com.antiaction.mayhem.mail
Class BufferedRandomAccessFile

java.lang.Object
  extended by com.antiaction.mayhem.mail.BufferedRandomAccessFile

public class BufferedRandomAccessFile
extends java.lang.Object

Author:
Nicholas To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
BufferedRandomAccessFile(java.io.File file)
           
BufferedRandomAccessFile(java.lang.String name)
           
 
Method Summary
 void close()
           
 long length()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferedRandomAccessFile

public BufferedRandomAccessFile(java.io.File file)
                         throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

BufferedRandomAccessFile

public BufferedRandomAccessFile(java.lang.String name)
                         throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException
Method Detail

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

length

public long length()
            throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.