com.antiaction.mayhem.core
Class BufferedFile

java.lang.Object
  extended by com.antiaction.mayhem.core.BufferedFile

public class BufferedFile
extends java.lang.Object

Buffer manager.

Version:
1.00
Author:
Nicholas Clarke

Method Summary
 BufferedFile lookup(java.lang.String filename)
           
 void write(java.io.OutputStream out, int off, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

lookup

public BufferedFile lookup(java.lang.String filename)

write

public void write(java.io.OutputStream out,
                  int off,
                  int len)
           throws java.io.IOException
Throws:
java.io.IOException


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