LongBinaryStream REALbasic Plugin

LongBinaryStream.WriteBytes Method

Use this method to write data to the stream. In this method the length parameter will control how much of the string will be written.

WriteBytes(
   Data as String,
   length as integer)

Parameters

Data
The data to write to the stream.
length
Specifies how many bytes to write.

Remarks

See Also

LongBinaryStream Class