LongBinaryStream REALbasic Plugin

LongBinaryStream.Bind Method

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

Bind(
   writer as IBlockWriter)

Parameters

writer
The IBlockWriter compatible object to bind to.

Remarks

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

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

See Also

LongBinaryStream Class