joeq.ClassLib.sun14_linux.java.io
Class RandomAccessFile

java.lang.Object
  extended by joeq.ClassLib.sun14_linux.java.io.RandomAccessFile

public class RandomAccessFile
extends Object

RandomAccessFile

Version:
$Id: RandomAccessFile.java,v 1.6 2004/03/09 21:57:35 jwhaley Exp $
Author:
John Whaley

Constructor Summary
RandomAccessFile()
           
 
Method Summary
 void open(String name, int mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomAccessFile

public RandomAccessFile()
Method Detail

open

public void open(String name,
                 int mode)
          throws FileNotFoundException
Throws:
FileNotFoundException


Copyright © 2001-2005 John Whaley. All Rights Reserved.