InflaterInputStream.Available Property

Returns 0 once the end of the stream (EOF) has been reached. Otherwise returns 1.

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

See Also

InflaterInputStream Class | InflaterInputStream Members | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace