Index
All Classes and Interfaces|All Packages|Serialized Form
T
- toBytes(boolean) - Static method in class com.aurumsmods.littlebigio.BitConverter
-
Creates a byte array that fits 1 byte and writes the
boolean
value into it. - toBytes(byte) - Static method in class com.aurumsmods.littlebigio.BitConverter
-
Creates a byte array that fits 1 byte and writes the
byte
value into it. - toBytes(char, ByteOrder) - Static method in class com.aurumsmods.littlebigio.BitConverter
-
Creates a byte array that fits 2 bytes and writes the
char
value into it. - toBytes(double, ByteOrder) - Static method in class com.aurumsmods.littlebigio.BitConverter
-
Creates a byte array that fits 8 bytes and writes the
double
value into it. - toBytes(float, ByteOrder) - Static method in class com.aurumsmods.littlebigio.BitConverter
-
Creates a byte array that fits 4 bytes and writes the
float
value into it. - toBytes(int, ByteOrder) - Static method in class com.aurumsmods.littlebigio.BitConverter
-
Creates a byte array that fits 4 bytes and writes the
int
value into it. - toBytes(long, ByteOrder) - Static method in class com.aurumsmods.littlebigio.BitConverter
-
Creates a byte array that fits 8 bytes and writes the
long
value into it. - toBytes(short, ByteOrder) - Static method in class com.aurumsmods.littlebigio.BitConverter
-
Creates a byte array that fits 2 bytes and writes the
short
value into it.
All Classes and Interfaces|All Packages|Serialized Form