|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutputStreamCompressEngine
Generic compression engine for compressing data that is
written to an output stream.
Used by class CompressedDataOutputStream
for content compression.
An application that implements its own OutputStreamCompressEngine has to
override the following SecurityProvider
method to plug-in its own implementation:
SecurityProvider
Method Summary | |
---|---|
java.io.OutputStream |
getOutputStream()
Gets an output stream that compresses all data that is written to it (respectively to the underlying output stream). |
Method Detail |
---|
java.io.OutputStream getOutputStream()
|
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 |