ResourceStream REALbasic Plugin |
|
ResourceStream.WriteBytes Method
Use this method to write data to the stream.
WriteBytes(
data as String,
length as integer)
Parameters
- data
- The data to write to the stream.
- length
- Specifies how many bytes to write.
Remarks
In this method the length parameter will control how much of the string will be written.
See Also
ResourceStream Class