|
|||||
| PREV CLASS NEXT CLASS | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
java.lang.Object
|
+--java.io.RandomAccessFile
|
+--swishej.FReader
Reader for reading a SWISH-E index file from a RandomAccessFile.
Reader| Fields inherited from class java.io.RandomAccessFile |
fd |
| Constructor Summary | |
(package private) |
FReader(java.io.File file)
Create an index file reader from a file |
(package private) |
FReader(java.lang.String string)
Create an index file reader from a filename |
| Method Summary | |
long |
tell()
Retrieve current file position |
| Methods inherited from class java.io.RandomAccessFile |
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
| Constructor Detail |
FReader(java.io.File file) throws java.io.IOException
file - file for the index file readerFReader(java.lang.String string) throws java.io.IOException
string - filename for the index file reader| Method Detail |
public long tell()
|
|||||
| PREV CLASS NEXT CLASS | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||