ByteArrayBuilderBE
ByteArrayBuilder variant that writes big-endian values
Properties
Functions
Link copied to clipboard
Appends a byte v to the buffer
Link copied to clipboard
Clears/resets this ByteArrayBuilderBE
Link copied to clipboard
Appends a 32-bit Float v to the buffer in big-endian
Link copied to clipboard
Appends a 64-bit Double v to the buffer in big-endian
Link copied to clipboard
Appends a 16-bit v to the buffer in big-endian
Link copied to clipboard
Appends a 24-bit integer v to the buffer in big-endian
Link copied to clipboard
Appends a 32-bit Int v to the buffer in big-endian
Link copied to clipboard
Appends an 8-bit byte v to the buffer
Link copied to clipboard
Converts this ByteArrayBuilderBE to a ByteArray with the current size