|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputStreamCompressEngine
Generic compression engine for compressing/decompressing data that is
supplied by an input stream.
Used by class CompressedDataStream
for content compression/decompression.
An application that implements its own InputStreamCompressEngine has to
override the following SecurityProvider
method to plug-in its own implementation:
SecurityProvider
Field Summary | |
---|---|
static int |
COMPRESS
Constant for a compress engine to be initialized for compression. |
static int |
DECOMPRESS
Constant for a compress engine to be initialized for decompression. |
Method Summary | |
---|---|
java.io.InputStream |
getInputStream()
Gets an input stream that compresses/decompresses all data that is read from the underlying input stream. |
Field Detail |
---|
static final int COMPRESS
static final int DECOMPRESS
Method Detail |
---|
java.io.InputStream getInputStream()
|
This Javadoc may contain text parts from text parts from IETF Internet Standard specifications (see copyright note). | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |