GZipOutputStream Fields

SharpZip Compression Library

SharpZip Compression Library

GZipOutputStream Fields

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

Protected Instance Fields

baseOutputStream (inherited from DeflaterOutputStream) Base stream the deflater depends on.
buf (inherited from DeflaterOutputStream) This buffer is used temporarily to retrieve the bytes from the deflater and write them to the underlying output stream.
crc CRC-32 value for uncompressed data
def (inherited from DeflaterOutputStream) The deflater which is used to deflate the stream.

See Also

GZipOutputStream Class | ICSharpCode.SharpZipLib.GZip Namespace