Keyoti RapidSpell Silverlight API Docs
AvailableBytesOut Field
APIKeyoti.RapidSpell.CompressionZlibCodecAvailableBytesOut
Keyoti RapidSpell Silverlight
The number of bytes available in the OutputBuffer, starting at NextOut.
Declaration Syntax
C#Visual BasicVisual C++F#
public int AvailableBytesOut
Public AvailableBytesOut As Integer
public:
int AvailableBytesOut
val mutable AvailableBytesOut: int
Field Value
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: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)