Java.Util.Zip.DeflaterOutputStream: Method Members

The methods of Java.Util.Zip.DeflaterOutputStream are listed below. For a list of all members, see the DeflaterOutputStream Members list.

See Also: Inherited members from Java.IO.FilterOutputStream

Public Methods

Finish()
Writes any unwritten data to the underlying stream.

Protected Methods

Deflate()
Compress the data in the input buffer and write it to the underlying stream.