Ionic Zip Library v1.9.1.6
AvailableBytesIn Field
Reference ► Ionic.Zlib ► ZlibCodec ► AvailableBytesIn
The number of bytes available in the InputBuffer, starting at NextIn.
Declaration Syntax
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.