GZipOutputStream Fields
From SharpZip Compression Library
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
| Base stream the deflater depends on. | |
| This buffer is used temporarily to retrieve the bytes from the deflater and write them to the underlying output stream. | |
| CRC-32 value for uncompressed data | |
| The deflater which is used to deflate the stream. |
See Also
GZipOutputStream Class | ICSharpCode.SharpZipLib.GZip Namespace