|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object DiskTester
public class DiskTester
Tester for the disk driver, CS 537, Project 4, Spring 2007. Note that this class will not compile until you have added methods getTime, getDiskBlockCount, getDiskBlockSize, writeDiskBlock, and readDiskBlock to Library.java.
Constructor Summary | |
---|---|
DiskTester()
|
Method Summary | |
---|---|
static void |
main(String[] args)
The main program. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiskTester()
Method Detail |
---|
public static void main(String[] args)
args
- command-line options.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |