Class GzipOutputStream
Writes any data compressed in gzip 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)
|
Writes an array of bytes to the stream.
|
write
(stream, nbytes)
|
Pipes an InputStream directly into this OutputStream.
|
write
(bytes)
|
Writes an array of chars to the stream.
|
writeDefault
(stream, nbytes)
|
|