LongBinaryStream REALbasic Plugin |
|
LongBinaryStream.Read Method
Use this function to read data from the stream.
Read(
Count as Integer) as String
Parameters
- Count
- Specifies how many bytes to read.
Returns
- String
- Returns the read data.
Remarks
See Also
LongBinaryStream Class