Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets the number of unprocessed input bytes. Useful, if the end of the
stream is reached and you want to further process the bytes after
the deflate stream.
Namespace:
SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression
Assembly:
SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public int RemainingInput { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property RemainingInput As Integer |
| Visual C++ |
|---|
public:
property int RemainingInput {
int get ();
} |
Field Value
[Missing <value> documentation for "P:SharedCache.WinServiceCommon.SharpZipLib.Zip.Compression.Inflater.RemainingInput"]
Return Value
The number of bytes of the input which have not been processed.
Remarks
See Also