public static interface HollowProducer.BlobCompressor
Modifier and Type | Field and Description |
---|---|
static HollowProducer.BlobCompressor |
NO_COMPRESSION |
Modifier and Type | Method and Description |
---|---|
java.io.OutputStream |
compress(java.io.OutputStream is)
This method provides an opportunity to wrap the OutputStream used to write the blob (e.g.
|
java.io.InputStream |
decompress(java.io.InputStream is)
This method provides an opportunity to wrap the InputStream used to write the blob (e.g.
|
static final HollowProducer.BlobCompressor NO_COMPRESSION
java.io.OutputStream compress(java.io.OutputStream is)
is
- the uncompressed output streamjava.io.InputStream decompress(java.io.InputStream is)
is
- the compressed input stream