Package mdbtools.jdbc2
Class File
- java.lang.Object
-
- mdbtools.jdbc2.File
-
- All Implemented Interfaces:
RandomAccess
public class File extends java.lang.Object implements RandomAccess
-
-
Constructor Summary
Constructors Constructor Description File(java.lang.String fileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()longlength()longread(byte[] ba, int offset, int length)voidseek(long l)
-
-
-
Method Detail
-
close
public void close() throws java.io.IOException- Specified by:
closein interfaceRandomAccess- Throws:
java.io.IOException
-
length
public long length() throws java.io.IOException- Specified by:
lengthin interfaceRandomAccess- Throws:
java.io.IOException
-
seek
public void seek(long l) throws java.io.IOException- Specified by:
seekin interfaceRandomAccess- Throws:
java.io.IOException
-
read
public long read(byte[] ba, int offset, int length) throws java.io.IOException- Specified by:
readin interfaceRandomAccess- Throws:
java.io.IOException
-
-