BytesOutput
BytesOutput object for writing bytes as stream, inherited from Output
Can be created using method new:
Lib.Sys.IO.BytesOutput.new() |
create BytesOutput object |
|
Created BytesOutput object has properties:
length |
length of the stream. read-only. |
and methods:
getBytes() |
Returns the Bytes of this output. |
|
check other available methods in Output
Examples:
bytesOutput = Lib.Sys.IO.BytesOutput.new()
bytesOutput.writeByte(67)
Created with the Personal Edition of HelpNDoc: Free PDF documentation generator