| BinaryReader-class | R Documentation |
Class supporting reading of bulk binary data from a connection
inputThe binary input connection
byte_offsetThe number of bytes to skip at the start of input
data_typeThe data type of the binary elements
bytes_per_elementThe number of bytes in each data element (e.g. 4 or 8 for floating point numbers)
endianThe endianness of the binary input connection
signedLogical indicating whether the data type is signed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.