|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PostingIndexInputStream
Interface for reading postings from an input stream
Method Summary | |
---|---|
Pointer |
getCurrentPointer()
Returns the pointer associated with the current postings being accessed |
int |
getEntriesSkipped()
Returns the number of entries that were skipped during a call to the next(). |
IterablePosting |
getNextPostings()
Return the next IterablePosting object, or null if none defined. |
int |
getNumberOfCurrentPostings()
Returns the number of postings in the current IterablePosting object |
Methods inherited from interface java.io.Closeable |
---|
close |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next, remove |
Method Detail |
---|
IterablePosting getNextPostings() throws java.io.IOException
java.io.IOException
- if an I/O problem occurs.int getNumberOfCurrentPostings()
Pointer getCurrentPointer()
int getEntriesSkipped()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |