Index
All Classes and Interfaces|All Packages|Serialized Form
B
- BinaryInputStream - Class in com.aurumsmods.littlebigio
-
A binary input stream provides readability of primitive data types from an underlying input stream.
- BinaryInputStream(InputStream) - Constructor for class com.aurumsmods.littlebigio.BinaryInputStream
-
Creates a new
BinaryInputStream
that uses the given underlyingInputStream
. - BinaryInputStream(InputStream, ByteOrder) - Constructor for class com.aurumsmods.littlebigio.BinaryInputStream
-
Creates a new
BinaryInputStream
that uses the given underlyingInputStream
. - BinaryOutputStream - Class in com.aurumsmods.littlebigio
-
A binary output stream provides methods to write primitive data types from an underlying input stream.
- BinaryOutputStream(OutputStream) - Constructor for class com.aurumsmods.littlebigio.BinaryOutputStream
-
Creates a new
BinaryOutputStream
that uses the given underlyingOutputStream
. - BinaryOutputStream(OutputStream, ByteOrder) - Constructor for class com.aurumsmods.littlebigio.BinaryOutputStream
-
Creates a new
BinaryOutputStream
that uses the given underlyingOutputStream
. - BitConverter - Class in com.aurumsmods.littlebigio
-
A utility class that provides static methods to convert various primitive data types into byte representations and vice-versa.
- BOMException - Exception in com.aurumsmods.littlebigio
-
Thrown to indicate that an incorrect byte order mark, or BOM for short, has been detected.
- BOMException() - Constructor for exception com.aurumsmods.littlebigio.BOMException
-
Constructs a
BOMException
withnull
as its error detail message. - BOMException(String) - Constructor for exception com.aurumsmods.littlebigio.BOMException
-
Constructs a
BOMException
with the specified detail message. - ByteOrdered - Interface in com.aurumsmods.littlebigio
-
An interface for byte order-dependent components, such as IO streams.
All Classes and Interfaces|All Packages|Serialized Form