Inflater.RemainingInput Property

Gets the number of unprocessed input. Useful, if the end of the stream is reached and you want to further process the bytes after the deflate stream.

[Visual Basic]
Public ReadOnly Property RemainingInput As Integer
[C#]
public int RemainingInput {get;}

See Also

Inflater Class | Inflater Members | ICSharpCode.SharpZipLib.Zip.Compression Namespace