Package-level declarations
Functions
Link copied to clipboard
Returns a ByteString view of this ByteArray, without copying data.
Link copied to clipboard
Exposes the contents of this ByteString as a read-only ByteBuffer without copying data.
Link copied to clipboard
Reads all remaining bytes in this ByteBuffer into a new ByteString.
Link copied to clipboard
Creates a new ArrayBuffer containing the data copied from this ByteString.
Link copied to clipboard
Creates a new ByteString containing the data copied from this NSData.
Creates a new ByteString containing the data copied from this ArrayBuffer.
Link copied to clipboard
Returns the backing ByteArray of this ByteString, without copying data.