Ionic Zip Library v1.9.1.6
AvailableBytesOut Field
Reference ► Ionic.Zlib ► ZlibCodec ► AvailableBytesOut
The number of bytes available in the OutputBuffer, starting at NextOut.
Declaration Syntax
Remarks
Generally you should set this to OutputBuffer.Length before the first Inflate() or Deflate() call.
The class will update this number as calls to Inflate/Deflate are made.