Deflater Properties

SharpZip Compression Library

SharpZip Compression Library

Deflater Properties

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

Public Instance Properties

Adler Gets the current adler checksum of the data that was processed so far.
IsFinished Returns true if the stream was finished and no more output bytes are available.
IsNeedingInput Returns true, if the input buffer is empty. You should then call setInput(). NOTE: This method can also return true when the stream was finished.
TotalIn Gets the number of input bytes processed so far.
TotalOut Gets the number of output bytes so far.

See Also

Deflater Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace