e-CryptIt Engine - Compression Xojo Plugin

ZStreamReader.Bind Method

To bind the Encoder to a IBlockWriter stream then use the Bind method.

To do such binding then let both streams share the same memory block and then call the Bind method.

Bind(
   writer as IBlockWriter)

Parameters

writer
a writer object to bind to.

Remarks

Once two streams are bound together then the fastest way to stream them is to use the ProcessBoundBlock in a loop.

See Also

ZStreamReader Class