A B C D E F G I K L M N O P R S T U W

R

read(int) - Method in class com.kirkwarez.kirkpack.io.Streamer
Fully reads in the buffer from the input stream, unless the end of the stream is reached.
read() - Method in class com.kirkwarez.kirkpack.io.eoa.wdysv.WDYSVInputStream
Reads an unsigned byte and returns it as an int.
read(byte[], int, int) - Method in class com.kirkwarez.kirkpack.io.eoa.wdysv.WDYSVInputStream
Fills the array with bytes from the stream.
read() - Method in class com.kirkwarez.kirkpack.io.uru.wdys.WDYSInputStream
Reads an unsigned byte and returns it as an int.
read(byte[], int, int) - Method in class com.kirkwarez.kirkpack.io.uru.wdys.WDYSInputStream
Fills the array with bytes from the stream.
readBoolean() - Method in class com.kirkwarez.kirkpack.io.EndianInputStream
See the general contract of DataInput.
readByte() - Method in class com.kirkwarez.kirkpack.io.EndianInputStream
See the general contract of DataInput.
readChar() - Method in class com.kirkwarez.kirkpack.io.EndianInputStream
See the general contract of DataInput.
readDouble() - Method in class com.kirkwarez.kirkpack.io.EndianInputStream
See the general contract of DataInput.
readFloat() - Method in class com.kirkwarez.kirkpack.io.EndianInputStream
See the general contract of DataInput.
readFromBuffer(byte[], int, int) - Method in class com.kirkwarez.kirkpack.io.uru.wdys.WDYSInputStream
Reads length bytes from the buffers and puts them in the given array from offset on.
readFully(int) - Method in class com.kirkwarez.kirkpack.io.EndianInputStream
Creates a byte array wih the given length, fills it in with bytes from the stream completely and returns it.
readFully(byte[]) - Method in class com.kirkwarez.kirkpack.io.EndianInputStream
See the general contract of DataInput.
readFully(byte[], int, int) - Method in class com.kirkwarez.kirkpack.io.EndianInputStream
See the general contract of DataInput.
readInt() - Method in class com.kirkwarez.kirkpack.io.EndianInputStream
See the general contract of DataInput.
readLine() - Method in class com.kirkwarez.kirkpack.io.EndianInputStream
Deprecated. DataInputStream uses a deprecated way. However, using a BufferedReader internally isn't going to work, since it'll mess up the stream (it buffers), and will require two objects each method call, since you can't close it. Nobody should actually use this method, because it simply doesn't make sense. A line in a byte stream?* A null terminated string I can understand... but a line? I mean, strings are usually just stored as either null-terminted strings or with some length attribute. Just read that out and bother with the lines later.
readLong() - Method in class com.kirkwarez.kirkpack.io.EndianInputStream
See the general contract of DataInput.
readShort() - Method in class com.kirkwarez.kirkpack.io.EndianInputStream
See the general contract of DataInput.
readUTF() - Method in class com.kirkwarez.kirkpack.io.EndianInputStream
See the general contract of DataInput.
readUnsignedByte() - Method in class com.kirkwarez.kirkpack.io.EndianInputStream
See the general contract of DataInput.
readUnsignedInt() - Method in class com.kirkwarez.kirkpack.io.EndianInputStream
Reads 4 bytes and turns them into an unsigned int.
readUnsignedShort() - Method in class com.kirkwarez.kirkpack.io.EndianInputStream
See the general contract of DataInput.
removeAllTasks() - Method in class com.kirkwarez.wdysdv.batch.Batch
Removes all the task in the batch.
removeAllTasks() - Method in class com.kirkwarez.wdysdv.control.WVControl
Removes all Tasks from the batch.
removeTask(int) - Method in class com.kirkwarez.wdysdv.batch.Batch
Removes and returns the task at the index position in the batch.
removeTask(int) - Method in class com.kirkwarez.wdysdv.control.WVControl
Removes the Task on the given index from the batch.
returnTask(int) - Method in class com.kirkwarez.wdysdv.control.WVControl
Removes the Task on the given index from the batch and put it in the GUI.

A B C D E F G I K L M N O P R S T U W