Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets the number of bits available in the bit buffer. This must be
only called when a previous PeekBits() returned -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 int AvailableBits { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property AvailableBits As Integer |
| Visual C++ |
|---|
public:
property int AvailableBits {
int get ();
} |
Field Value
[Missing <value> documentation for "P:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Streams.StreamManipulator.AvailableBits"]
Return Value
the number of bits available.
Remarks
See Also