The properties of the InflaterInputBuffer class are listed below. For a complete list of InflaterInputBuffer class members, see the InflaterInputBuffer Members topic.
Public Instance Properties
Available | Get/set the number of bytes available |
ClearText | Get the contents of the clear text buffer. |
ClearTextLength | Get the number of useable bytes in ClearText |
CryptoTransform | Get/set the ICryptoTransform to apply to any data. |
RawData | Get the contents of the raw data buffer. |
RawLength | Get the length of bytes bytes in the RawData |
See Also
InflaterInputBuffer Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace