Package org.teiid.internal.core.index
Class VirtualRandomAccessFile
- java.lang.Object
-
- org.teiid.internal.core.index.VirtualRandomAccessFile
-
public class VirtualRandomAccessFile extends Object
-
-
Constructor Summary
Constructors Constructor Description VirtualRandomAccessFile(VDBResource file, String mode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
SafeRandomAccessFile
getSafeRandomAccessFile()
-
-
-
Constructor Detail
-
VirtualRandomAccessFile
public VirtualRandomAccessFile(VDBResource file, String mode) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getSafeRandomAccessFile
public SafeRandomAccessFile getSafeRandomAccessFile() throws IOException
- Throws:
IOException
-
close
public void close()
-
-