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

P

parse() - Method in class cz.zcu.kiv.os.bin.shell.Parser
Parse the command-line
parse(String) - Static method in class cz.zcu.kiv.os.bin.shell.Parser
Parse the command-line
Parser - Class in cz.zcu.kiv.os.bin.shell
Command-line parser.
Parser(String) - Constructor for class cz.zcu.kiv.os.bin.shell.Parser
Create new instance of command-line parser with specified message
ParserResult - Class in cz.zcu.kiv.os.bin.shell
Describes all the information about program obtained succeeded in parsing the command line
ParserResult() - Constructor for class cz.zcu.kiv.os.bin.shell.ParserResult
 
ParserSyntaxException - Exception in cz.zcu.kiv.os.bin.shell
Exception, which occurs when the parser encounters syntax error
ParserSyntaxException(String, int) - Constructor for exception cz.zcu.kiv.os.bin.shell.ParserSyntaxException
Create new instance of ParserSyntaxException
ParserSyntaxException(Throwable) - Constructor for exception cz.zcu.kiv.os.bin.shell.ParserSyntaxException
Create new instance of ParserSyntaxException
ParserSyntaxException(String, int, Throwable) - Constructor for exception cz.zcu.kiv.os.bin.shell.ParserSyntaxException
Create new instance of ParserSyntaxException
peek(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.
peek(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.
Pipe - Class in cz.zcu.kiv.os.manager
A pipe for input/output redirection.
Pipe() - Constructor for class cz.zcu.kiv.os.manager.Pipe
Instantiate a pipe for both input and output redirection.
Pipe(File, FileMode) - Constructor for class cz.zcu.kiv.os.manager.Pipe
Instantiate a pipe for input OR output redirection from/to a file.
print(String) - Method in class cz.zcu.kiv.os.manager.VirtualMachine
Prints a text to process output.
print(byte[]) - Method in class cz.zcu.kiv.os.manager.VirtualMachine
Prints a byte array to process output.
println(String) - Method in class cz.zcu.kiv.os.manager.VirtualMachine
Prints a string and terminates line.
println() - Method in class cz.zcu.kiv.os.manager.VirtualMachine
Prints a blank line and terminates it.
Ps - Class in cz.zcu.kiv.os.bin
Prints all running processes.
Ps() - Constructor for class cz.zcu.kiv.os.bin.Ps
 
Pstree - Class in cz.zcu.kiv.os.bin
Prints all running processes in hierarchy tree.
Pstree() - Constructor for class cz.zcu.kiv.os.bin.Pstree
 
Pwd - Class in cz.zcu.kiv.os.bin
Print current working directory.
Pwd() - Constructor for class cz.zcu.kiv.os.bin.Pwd
 

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