AvailableBytesOut Field

DotNetZip

Ionic Zip Library v1.9.1.6 AvailableBytesOut Field
ReferenceIonic.ZlibZlibCodecAvailableBytesOut
The number of bytes available in the OutputBuffer, starting at NextOut.
Declaration Syntax
C# Visual Basic Visual C++
public int AvailableBytesOut
Public AvailableBytesOut As Integer
public:
int AvailableBytesOut
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.

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