|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.axiondb.types.CompressedLobSource
public class CompressedLobSource
A LobSource
that compresses/decompresses
the input/output streams using GZIP compression.
Constructor Summary | |
---|---|
CompressedLobSource(LobSource source)
|
Method Summary | |
---|---|
java.io.InputStream |
getInputStream()
|
long |
length()
|
java.io.OutputStream |
setOutputStream(long pos)
|
void |
truncate(long length)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompressedLobSource(LobSource source)
Method Detail |
---|
public long length() throws AxionException
length
in interface LobSource
AxionException
public void truncate(long length) throws AxionException
truncate
in interface LobSource
AxionException
public java.io.InputStream getInputStream() throws AxionException
getInputStream
in interface LobSource
AxionException
public java.io.OutputStream setOutputStream(long pos) throws AxionException
setOutputStream
in interface LobSource
AxionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |