- readArray() - Method in class ej.bon.ResourceBuffer
- 
- 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 Stringand 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 Referencequeue.
 
- remove() - Method in class ej.bon.ReferenceQueue
- 
Queries the queue, returns and removes the first element of the queue. 
- ResourceArray - Class in ej.bon
- 
- 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
- 
- 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
- 
- run() - Method in class ej.bon.TimerTask
- 
The action to be performed by this timer task.