Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
D
F
G
H
L
M
N
O
R
S
T
V
B
beginRead(int, byte[])
- Method in class
Disk
Starts a new read operation.
beginWrite(int, byte[])
- Method in class
Disk
Starts a new write operation.
BLOCK_SIZE
- Static variable in class
Disk
The size of a disk block in bytes.
Boot
- Class in
<Unnamed>
A bootstrap program for the MiniKernel.
C
Count
- Class in
<Unnamed>
A very tiny example MiniKernel program.
D
Disk
- Class in
<Unnamed>
A software simulation of a Disk.
Disk(int)
- Constructor for class
Disk
Creates a new Disk.
DISK_SIZE
- Variable in class
Disk
Total size of this disk, in blocks.
DiskTester
- Class in
<Unnamed>
Tester for the disk driver, CS 537, Project 4, Spring 2007.
DiskTester()
- Constructor for class
DiskTester
F
flush()
- Method in class
Disk
Saves the contents of this Disk.
G
GetOpt
- Class in
<Unnamed>
Java version of GNU getopt.
GetOpt(String, String[], String, GetOpt.LongOption[], boolean)
- Constructor for class
GetOpt
Create a new option parser.
GetOpt(String, String[], String)
- Constructor for class
GetOpt
Create a new option parser.
GetOpt(String, String[], String, GetOpt.LongOption[])
- Constructor for class
GetOpt
Create a new option parser.
GetOpt.LongOption
- Class in
<Unnamed>
A record used in a table of option descriptions passed to a constructor of GetOpt.
GetOpt.LongOption(String, int, char)
- Constructor for class
GetOpt.LongOption
Create a LongOption from its components.
H
hasArg
- Variable in class
GetOpt.LongOption
A flag, one of
GetOpt.NO_ARG
,
GetOpt.REQ_ARG
, or
GetOpt.OPT_ARG
.
L
longind
- Variable in class
GetOpt
Index in longopts of a long-named option found.
M
main(String[])
- Static method in class
Boot
The main program.
main(String[])
- Static method in class
Count
The main program.
main(String[])
- Static method in class
DiskTester
The main program.
main(String[])
- Static method in class
GetOpt
Main program for testing.
main(String[])
- Static method in class
Shell
The main program.
N
name
- Variable in class
GetOpt.LongOption
The option name (for example, "color").
nextOpt()
- Method in class
GetOpt
Return the next option.
NO_ARG
- Static variable in class
GetOpt
A value for LongOption.has Arg meaning "option has no argument".
O
OPT_ARG
- Static variable in class
GetOpt
A value for LongOption.has Arg meaning "option has an optional argument".
optarg
- Variable in class
GetOpt
For communication from nextOpt() to the caller.
opterr
- Variable in class
GetOpt
If set to false, do not print messages to System.err for unrecognized options.
optind
- Variable in class
GetOpt
Index in argv of the next element to be scanned.
optopt
- Variable in class
GetOpt
Set to an option character which was unrecognized.
R
REQ_ARG
- Static variable in class
GetOpt
A value for LongOption.has Arg meaning "option has a required argument".
run()
- Method in class
Disk
This method simulates the internal microprocessor of the disk controler.
S
Shell
- Class in
<Unnamed>
A simple command-line shell for the MiniKernel.
T
toString()
- Method in class
GetOpt.LongOption
Convert this option into a printable string.
V
val
- Variable in class
GetOpt.LongOption
The equivalent short (one-char) option name (for example 'c').
B
C
D
F
G
H
L
M
N
O
R
S
T
V
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes