e-CryptIt Engine Xojo Plugin

AppleSingleEncoderStream.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
A IBlockWriter compatible 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

AppleSingleEncoderStream Class