ByteArray Type
Represents an array of bytes, often used to read raw binary data. This is
just an alias for byte[]
, but we define it here to provide several
useful functions to deal with byte arrays in the ByteArray module.
Represents an array of bytes, often used to read raw binary data. This is
just an alias for byte[]
, but we define it here to provide several
useful functions to deal with byte arrays in the ByteArray module.