| Name | Summary |
|---|---|
|
Add binary data to the end of the data.
|
|
|
Add a 64-bit big-endian float to the end of the data.
|
|
|
Add a 64-bit little-endian float to the end of the data.
|
|
|
Add bytes to end of data.
|
|
|
Add a 32-bit big-endian float to the end of the data.
The storage format is not a strict IEEE 32-bit...
|
|
|
Add a 32-bit little-endian float to the end of the data.
The storage format is not a strict IEEE 32-...
|
|
|
Add a signed 16-bit big-endian int to the end of the data.
|
|
|
Add a signed 16-bit little-endian int to the end of the data.
|
|
|
Add a signed 32-bit big-endian int to the end of the data.
|
|
|
Add a signed 32-bit little-endian int to the end of the data.
|
|
|
Add a signed 53-bit big-endian int to the end of the data.
|
|
|
Add a signed 53-bit little-endian int to the end of the data.
|
|
|
Add a signed 8-bit int to the end of the data.
|
|
|
Add a string to the end of the data.
|
|
|
Add an unsigned 16-bit big-endian int to the end of the data.
|
|
|
Add an unsigned 16-bit little-endian int to the end of the data.
|
|
|
Add an unsigned 32-bit big-endian int to the end of the data.
|
|
|
Add an unsigned 32-bit little-endian int to the end of the data.
|
|
|
Add an unsigned 64-bit big-endian int to the end of the data.
|
|
|
Add an unsigned 64-bit little-endian int to the end of the data.
|
|
|
Add an unsigned 8-bit int to the end of the data.
|
|
|
Clear out any data.
The data remains the same size.
|
|
|
Comparison of two binary data.
|
|
|
Create binary data of the given size.
|
|
|
Checks the equality of two binary
|
|
|
Read a section of the buffer back into binary data.
|
|
|
Read a 64-bit big-endian float from the buffer.
|
|
|
Read a 64-bit little-endian float from the buffer.
|
|
|
Read a 32-bit big-endian float from the buffer.
|
|
|
Read a 32-bit little-endian float from the buffer.
|
|
|
Read a signed 16-bit big-endian int from the buffer.
|
|
|
Read a signed 16-bit little-endian int from the buffer.
|
|
|
Read a signed 32-bit big-endian int from the buffer.
|
|
|
Read a signed 32-bit little-endian int from the buffer.
|
|
|
Read a signed 53-bit big-endian int from the buffer.
|
|
|
Read a signed 53-bit little-endian int from the buffer.
|
|
|
Read a signed 8-bit int from the buffer.
|
|
|
Read a section of the buffer back into a string.Particularly for Node.js, the string read back is no...
|
|
|
Read an unsigned 16-bit big-endian int from the buffer.
|
|
|
Read an unsigned 16-bit little-endian int from the buffer.
|
|
|
Read an unsigned 32-bit big-endian int from the buffer.
|
|
|
Read an unsigned 32-bit little-endian int from the buffer.
|
|
|
Read an unsigned 64-bit big-endian int from the buffer.
|
|
|
Read an unsigned 64-bit little-endian int from the buffer.
|
|
|
Read an unsigned 8-bit int from the buffer.
|
|
|
The number of bytes in the data.
There may be more empty space after the data.
|
|
|
Convert a base64 encoded string to its binary representation.
|
|
|
Convert a hex encoded string to its binary representation.
|
|
|
Convert a (non-encoded) string to its binary representation.
|
|
|
The default order of binary data.
|
|
|
Return an ordering of two binary data.
|
|
|
Return any underlying memory and set data size to zero.
|
|
|
Resize the binary data.
Smaller means truncate existing data.
May copy the data.
|
|
|
Returns a base64 encoded string of a binary .
|
|
|
Returns a hex encoded string of a binary .
|
|
|
Returns the string content of a binary .
Note: The binary data *must* be valid utf8 sequence else th...
|
|
|
Set the data size to the size of the defined data.
May copy the data.
|
Comments