Index

B C G I P R S T U W 
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 underlying InputStream.
BinaryInputStream(InputStream, ByteOrder) - Constructor for class com.aurumsmods.littlebigio.BinaryInputStream
Creates a new BinaryInputStream that uses the given underlying InputStream.
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 underlying OutputStream.
BinaryOutputStream(OutputStream, ByteOrder) - Constructor for class com.aurumsmods.littlebigio.BinaryOutputStream
Creates a new BinaryOutputStream that uses the given underlying OutputStream.
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 with null 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.
B C G I P R S T U W 
All Classes and Interfaces|All Packages|Serialized Form