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