org.teiid.internal.core.index
Class VirtualRandomAccessFile

java.lang.Object
  extended by org.teiid.internal.core.index.VirtualRandomAccessFile

public class VirtualRandomAccessFile
extends java.lang.Object


Constructor Summary
VirtualRandomAccessFile(org.jboss.virtual.VirtualFile file, java.lang.String mode)
           
 
Method Summary
 void close()
           
 SafeRandomAccessFile getSafeRandomAccessFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualRandomAccessFile

public VirtualRandomAccessFile(org.jboss.virtual.VirtualFile file,
                               java.lang.String mode)
                        throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getSafeRandomAccessFile

public SafeRandomAccessFile getSafeRandomAccessFile()
                                             throws java.io.IOException
Throws:
java.io.IOException

close

public void close()


Copyright © 2011. All Rights Reserved.