Abstract
Static
readReads the data type from a binary stream.
The binary stream to read from.
The endianness to use.
Optional
_parameter: unknownAn optional parameter.
The data type.
Static
writeWrites the data type to a binary stream.
The binary stream to write to.
The data type to write.
The endianness to use.
Optional
_parameter: unknownAn optional parameter.
Represents a data type.