com.imagero.uio.buffer.fm
Class FileManager

java.lang.Object
  extended bycom.imagero.uio.buffer.fm.FileManager

public class FileManager
extends java.lang.Object


Constructor Summary
FileManager()
           
 
Method Summary
 void close(RandomAccessRO ro)
           
 RandomAccess create(java.io.File f)
           
 RandomAccessRO createRO(java.io.File f)
           
 int getMaxOpenCount()
           
static boolean isDebug()
           
static void setDebug(boolean debug)
           
 void setMaxOpenCount(int maxOpenCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileManager

public FileManager()
Method Detail

isDebug

public static boolean isDebug()

setDebug

public static void setDebug(boolean debug)

createRO

public RandomAccessRO createRO(java.io.File f)
                        throws java.io.IOException
Throws:
java.io.IOException

create

public RandomAccess create(java.io.File f)
                    throws java.io.IOException
Throws:
java.io.IOException

close

public void close(RandomAccessRO ro)

getMaxOpenCount

public int getMaxOpenCount()

setMaxOpenCount

public void setMaxOpenCount(int maxOpenCount)