AvailableBytesIn Field

DotNetZip

Ionic Zip Library v1.9.1.6 AvailableBytesIn Field
ReferenceIonic.ZlibZlibCodecAvailableBytesIn
The number of bytes available in the InputBuffer, starting at NextIn.
Declaration Syntax
C# Visual Basic Visual C++
public int AvailableBytesIn
Public AvailableBytesIn As Integer
public:
int AvailableBytesIn
Remarks
Generally you should set this to InputBuffer.Length before the first Inflate() or Deflate() call. The class will update this number as calls to Inflate/Deflate are made.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)