GZipInputStream Fields

SharpZip Compression Library

SharpZip Compression Library

GZipInputStream Fields

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

Protected Instance Fields

baseInputStream (inherited from InflaterInputStream) Base stream the inflater reads from.
crc CRC-32 value for uncompressed data
csize (inherited from InflaterInputStream) The compressed size
eos Indicates end of stream
inf (inherited from InflaterInputStream) Decompressor for this stream
inputBuffer (inherited from InflaterInputStream) Input buffer for this stream.

See Also

GZipInputStream Class | ICSharpCode.SharpZipLib.GZip Namespace