LongBinaryStream REALbasic Plugin

LongBinaryStream.WriteBlock Method

Call the WriteBlock method in a loop to let the stream write data from the shared MemoryBlock.

WriteBlock(
   count as Integer)

Parameters

count
When calling this method then you are telling the stream that there are as many bytes as the count parameter ready to decode in the shared MemoryBlock.

Remarks

See Also

LongBinaryStream Class