UtilsLib REALbasic Support Plugin

IStreamReader.Read Method

Reads bytes from the stream.

Read(
   Count as Integer) as String

Parameters

Count
The number of bytes to read.

Returns

String

Remarks

Returns the read data. It is not always the same length as was requested but if the implementor class is correctly implemented then it should never ever return more than was requested.

See Also

IStreamReader Interface