ResourceStream REALbasic Plugin

ResourceStream.ReadBlock Method

Call the ReadBlock function in a loop to let the stream read data from a shared memory block.

ReadBlock() as Integer

Parameters

Returns

Integer
Count of bytes.

Remarks

The ReadBlock function returns the count of bytes that were put in the shared MemoryBlock buffer.

See Also

ResourceStream Class