DeflaterOutputStream Fields

SharpZip Compression Library

SharpZip Compression Library

DeflaterOutputStreamĀ Fields

The fields of the DeflaterOutputStream class are listed below. For a complete list of DeflaterOutputStream class members, see the DeflaterOutputStream Members topic.

Protected Instance Fields

baseOutputStream Base stream the deflater depends on.
buf This buffer is used temporarily to retrieve the bytes from the deflater and write them to the underlying output stream.
def The deflater which is used to deflate the stream.

See Also

DeflaterOutputStream Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace