Index

B C G I P R S T U W 
All Classes and Interfaces|All Packages|Serialized Form

G

getBoolean(byte[], int) - Static method in class com.aurumsmods.littlebigio.BitConverter
Returns the boolean value converted from the byte at a specified position in a byte array.
getByte(byte[], int) - Static method in class com.aurumsmods.littlebigio.BitConverter
Returns the byte value (-128 to 127) at a specified position in a byte array.
getChar(byte[], int, ByteOrder) - Static method in class com.aurumsmods.littlebigio.BitConverter
Returns the char value (0 to 65535) at a specified position in a byte array.
getDouble(byte[], int, ByteOrder) - Static method in class com.aurumsmods.littlebigio.BitConverter
Returns the double value at a specified position in a byte array.
getFloat(byte[], int, ByteOrder) - Static method in class com.aurumsmods.littlebigio.BitConverter
Returns the float value at a specified position in a byte array.
getInt(byte[], int, ByteOrder) - Static method in class com.aurumsmods.littlebigio.BitConverter
Returns the int value (-2147483648 to 2147483647) at a specified position in a byte array.
getLong(byte[], int, ByteOrder) - Static method in class com.aurumsmods.littlebigio.BitConverter
Returns the long value (2^63 to 2^63-1) at a specified position in a byte array.
getOrder() - Method in class com.aurumsmods.littlebigio.BinaryInputStream
Returns the ByteOrder.
getOrder() - Method in class com.aurumsmods.littlebigio.BinaryOutputStream
Returns the ByteOrder.
getOrder() - Method in interface com.aurumsmods.littlebigio.ByteOrdered
Returns the ByteOrder.
getShort(byte[], int, ByteOrder) - Static method in class com.aurumsmods.littlebigio.BitConverter
Returns the short value (-32768 to 32767) at a specified position in a byte array.
getUnsignedByte(byte[], int) - Static method in class com.aurumsmods.littlebigio.BitConverter
Returns the unsigned byte value (0 to 255) at a specified position in a byte array.
getUnsignedInt(byte[], int, ByteOrder) - Static method in class com.aurumsmods.littlebigio.BitConverter
Returns the unsigned int value (0 to 4294967295) at a specified position in a byte array.
getUnsignedShort(byte[], int, ByteOrder) - Static method in class com.aurumsmods.littlebigio.BitConverter
Returns the unsigned short value (0 to 65535) at a specified position in a byte array.
B C G I P R S T U W 
All Classes and Interfaces|All Packages|Serialized Form