|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.egothor.robot.index.TermsFastReader
public class TermsFastReader
TermsFastReader.java Created on August 15, 2005, 2:13 AM
Constructor Summary | |
---|---|
protected |
TermsFastReader(java.lang.String location)
Constructor for the DiscKeyIndexDataReader object. |
Method Summary | |
---|---|
void |
close()
Close the terms file. |
IListMetadataRead |
next()
Return an IListMeta object. |
IListMetadataRead |
readData()
Constructs a new org.egothor.store.disc.IListMeta . |
void |
rewind()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected TermsFastReader(java.lang.String location) throws java.io.IOException
terms
file in the given directory for reading.
location
- the directory holding the file to
be read
java.io.IOException
- if an I/O error occurs
java.io.IOException
- if an I/O error occursMethod Detail |
---|
public void rewind() throws java.io.IOException
java.io.IOException
public void close()
terms
file.
close
in interface SequenceWithClose<IListReader>
public IListMetadataRead next()
next
in interface Sequence<IListReader>
public IListMetadataRead readData() throws java.io.IOException
org.egothor.store.disc.IListMeta
. That
object is read from the input stream.
java.io.IOException
- if an I/O error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |