e-CryptIt Engine Xojo Plugin

BinHexEncoderStream.Bind Method (console safe)

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
The writer 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

BinHexEncoderStream Class