-
interface
Defines the writable API for relative positional access to a resource
Returns a new Buffer view of this object.
Returns a new Buffer view of this object, with the given
byte order.
Returns a read-only duplicate view of this Buffer with the same byte order,
but independent values of
start, position and end.
Returns a read-only duplicate view of this Buffer with the same but independent values of
start, position and end, but with the specified byteOrder.
A region is a read-only view of this object from position to end
and with the same byte order.
A region is a read-only view of this object from offsetBytes and with a length of
capacityBytes and with the given byte order.
Provides a view of the given ByteBuffer for read-only operations.
Provides a view of the given ByteBuffer for read-only operations.
int
Buffer.compareTo(long thisOffsetBytes,
long thisLengthBytes,
Buffer that,
long thatOffsetBytes,
long thatLengthBytes)
Compares the bytes of this Buffer to that Buffer.