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
| Gets the current adler checksum of the data that was processed so far. | |
| Returns true if the stream was finished and no more output bytes are available. | |
| 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. | |
| Gets the number of input bytes processed so far. | |
| Gets the number of output bytes so far. |
See Also
Deflater Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace