Class DeflateOutputStream
Writes any data compressed in deflate format to the specified output stream.
Constructors
Name | Description |
this
(dst)
|
|
Methods
Name | Description |
finalize
()
|
Flushes and finalizes the stream.
|
flush
()
|
Flushes the stream and makes sure that all data is being written to the output device.
|
write
(data, mode)
|
Writes an array of bytes to the stream.
|