|
IAIK CMS/SMIME Toolkit API Documentation
Version 6.1 |
||||||||
| 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()
|
IAIK CMS/SMIME Toolkit API Documentation
Version 6.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
|
v6.1 (c) 2002 IAIK, (c) 2003 - 2025 SIC |
|