Description Usage Arguments Slots
This class supports writing of bulk binary data to a connection
Constructor for BinaryWriter class
1 2 | BinaryWriter(output, byteOffset, dataType, bytesPerElement,
endian = .Platform$endian)
|
output |
file name to write to or else a |
byteOffset |
the number of bytes to skip at the start of output |
dataType |
R data type of binary elements |
bytesPerElement |
number of bytes in each data element (e.g. 4 or 8 for floating point numbers) |
endian |
endianness of binary output connection |
outputthe binary output connection
byteOffsetthe number of bytes to skip at the start of input
dataTypethe dataType of the binary Elements
bytesPerElementnumber of bytes in each data element (e.g. 4 or 8 for floating point numbers)
endianendianness of binary output connection
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.