A typed view of a sequence of bytes.
Properties
- ByteBuffer buffer
-
read-onlyReturns the byte buffer associated with this object.
- int elementSizeInBytes
-
read-onlyReturns the number of bytes in the representation of each element in this list.
- int lengthInBytes
-
read-onlyReturns the length of this view, in bytes.
- int offsetInBytes
-
read-onlyReturns the offset in bytes into the underlying byte buffer of this view.