public interface OutputStreamCompressEngine
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
Modifier and Type | Method and Description |
---|---|
java.io.OutputStream |
getOutputStream()
Gets an output stream that compresses all data that is written to it
(respectively to the underlying output stream).
|