Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Returns 0 once the end of the stream (EOF) has been reached. Otherwise returns 1.

Namespace:  SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public virtual int Available { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Available As Integer
Visual C++
public:
virtual property int Available {
	int get ();
}

Field Value

[Missing <value> documentation for "P:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.InflaterInputStream.Available"]

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.InflaterInputStream.Available"]

See Also