Class DiskTester

Object
  extended by DiskTester

public class DiskTester
extends Object

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

DiskTester

public DiskTester()
Method Detail

main

public static void main(String[] args)
The main program.

Parameters:
args - command-line options.