org.axiondb.types

Class CompressedLobSource

public class CompressedLobSource extends Object implements LobSource

A LobSource that compresses/decompresses the input/output streams using GZIP compression.

Version: $Revision: 1.3 $ $Date: 2004/09/09 23:47:42 $

Author: Rodney Waldhoff

Constructor Summary
CompressedLobSource(LobSource source)
Method Summary
InputStreamgetInputStream()
longlength()
OutputStreamsetOutputStream(long pos)
voidtruncate(long length)

Constructor Detail

CompressedLobSource

public CompressedLobSource(LobSource source)

Method Detail

getInputStream

public InputStream getInputStream()

length

public long length()

setOutputStream

public OutputStream setOutputStream(long pos)

truncate

public void truncate(long length)