Skip navigation links
A B C D E F G I L M N P R S T U W X 

R

readArray() - Method in class ej.bon.ResourceBuffer
Reads a ResourceArray and increments position in the data.
readBoolean() - Method in class ej.bon.ResourceBuffer
Reads a boolean and increments position in the data.
readByte() - Method in class ej.bon.ResourceBuffer
Reads a byte and increments position in the data.
readChar(byte[], int) - Static method in class ej.bon.ByteArray
Reads a char in the given byte array at the given offset respecting the endianness of the platform.
readChar(byte[], int, int) - Static method in class ej.bon.ByteArray
Reads a char in the given byte array at the given offset respecting the endianness of the array.
readChar() - Method in class ej.bon.ResourceBuffer
Reads a char and increments position in the data.
readInt(byte[], int) - Static method in class ej.bon.ByteArray
Reads an int in the given byte array at the given offset respecting the endianness of the platform.
readInt(byte[], int, int) - Static method in class ej.bon.ByteArray
Reads an int in the given byte array at the given offset respecting the endianness of the array.
readInt() - Method in class ej.bon.ResourceBuffer
Reads an integer and increments position in the data.
readLong(byte[], int) - Static method in class ej.bon.ByteArray
Reads a long in the given byte array at the given offset respecting the endianness of the platform.
readLong(byte[], int, int) - Static method in class ej.bon.ByteArray
Reads a long in the given byte array at the given offset respecting the endianness of the array.
readShort(byte[], int) - Static method in class ej.bon.ByteArray
Reads a short in the given byte array at the given offset respecting the endianness of the platform.
readShort(byte[], int, int) - Static method in class ej.bon.ByteArray
Reads a short in the given byte array at the given offset respecting the endianness of the array.
readShort() - Method in class ej.bon.ResourceBuffer
Reads a short and increments position in the data.
readString() - Method in class ej.bon.ResourceBuffer
Reads a String and increments position in the data.
readUnsignedByte(byte[], int) - Static method in class ej.bon.ByteArray
Reads an unsigned-byte in the given byte array at the given offset respecting the endianness of the platform.
readVarLong() - Method in class ej.bon.ResourceBuffer
Reads a 64-bits signed integer and increments position in the data.
readVarSInt() - Method in class ej.bon.ResourceBuffer
Reads a 32-bits signed integer and increments position in the data.
readVarUInt() - Method in class ej.bon.ResourceBuffer
Reads a 32-bits unsigned integer and increments position in the data.
ReferenceQueue<T> - Class in ej.bon
ReferenceQueue represents a queue of EnqueuedWeakReference.
ReferenceQueue() - Constructor for class ej.bon.ReferenceQueue
Creates an empty Reference queue.
remove() - Method in class ej.bon.ReferenceQueue
Queries the queue, returns and removes the first element of the queue.
ResourceArray - Class in ej.bon
A resource array is an element of ResourceBuffer.
ResourceBuffer - Class in ej.bon
A resource buffer contains a set of data which is compacted to obtain a minimal footprint.
ResourceBuffer(String) - Constructor for class ej.bon.ResourceBuffer
Opens a ResourceBuffer on the resource described by its path.
run(Runnable) - Static method in class ej.bon.Immortals
Calls the method Runnable.run() of the given runnable.
run() - Method in class ej.bon.Timer
Executes TimerTask scheduling.
run() - Method in class ej.bon.TimerTask
The action to be performed by this timer task.
A B C D E F G I L M N P R S T U W X 
Skip navigation links