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

R

read() - Method in class cz.zcu.kiv.os.console.ConsoleInputStream
 
read(byte[], int, int) - Method in class cz.zcu.kiv.os.console.ConsoleInputStream
 
read(byte[]) - Method in class cz.zcu.kiv.os.manager.VirtualMachine
Reads data from process input and writes it into bytes array.
read(byte[]) - Method in class cz.zcu.kiv.os.util.ByteBufferQueue
Reads some number of bytes from the input stream and stores them into the array data.
read(byte[], int, int) - Method in class cz.zcu.kiv.os.util.ByteBufferQueue
Reads up to length bytes of data from the buffer into an array of bytes.
readBytes() - Method in class cz.zcu.kiv.os.util.ByteBufferQueue
Read the whole buffer a return it as byte array.
readln() - Method in class cz.zcu.kiv.os.manager.VirtualMachine
Reads line from process input and returns it without ending CR or LF characters.
Receive - Class in cz.zcu.kiv.os.bin
Receive message from another user, who send it through the send command.
Receive() - Constructor for class cz.zcu.kiv.os.bin.Receive
 
reset() - Method in class cz.zcu.kiv.os.console.ConsoleHistory
Reset the position to end of the command history list
rtrim(String) - Static method in class cz.zcu.kiv.os.util.StringUtil
Remove trailing whitespace (space, \t, \r, \n)

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