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