|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.egothor.robot.index.DocumentsFastReader
public class DocumentsFastReader
DocumentsFastReader.java Created on August 15, 2005, 2:23 AM
Constructor Summary | |
---|---|
DocumentsFastReader(java.lang.String location,
long length)
Constructor for the DocumentsFastReader object. |
Method Summary | |
---|---|
void |
close()
Close the reader's data stream. |
DocumentData |
next()
Return the next element. |
void |
rewind()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentsFastReader(java.lang.String location, long length) throws java.io.IOException
location
- the directory where this object
will readmap
- used to store information
regarding removed elements
java.io.IOException
- if an I/O error occursMethod Detail |
---|
public void rewind() throws java.io.IOException
java.io.IOException
public void close()
close
in interface SequenceWithClose<DocumentData>
public DocumentData next()
next
in interface Sequence<DocumentData>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |