Class RandomIO

java.lang.Object
  extended by RandomIO

public class RandomIO
extends java.lang.Object

Writes and reads student name, grade and credits data to and from a binary RandomAccessFile.

Version:
Copyright 2005 (c) SCCC West
Author:
Carl B. Struck

Constructor Summary
RandomIO()
           
 
Method Summary
static void input()
           
static void output()
           
static void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomIO

public RandomIO()
Method Detail

input

public static void input()

output

public static void output()

update

public static void update()