- BIG_ENDIAN - Static variable in class java.nio.ByteOrder
-
Constant denoting big-endian byte order.
- Buffer - Class in java.nio
-
A container for data of a specific primitive type.
- BufferOverflowException - Exception in java.nio
-
Unchecked exception thrown when a relative put operation reaches the target buffer's limit.
- BufferOverflowException() - Constructor for exception java.nio.BufferOverflowException
-
Constructs an instance of this class.
- BufferUnderflowException - Exception in java.nio
-
Unchecked exception thrown when a relative get operation reaches the target buffer's limit.
- BufferUnderflowException() - Constructor for exception java.nio.BufferUnderflowException
-
Constructs an instance of this class.
- ByteBuffer - Class in java.nio
-
a byte buffer.
- ByteOrder - Class in java.nio
-
A typesafe enumeration for byte orders.