|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.galagosearch.core.index.DocumentNameReader
public class DocumentNameReader
Reads a binary file of document names produced by DocumentNameWriter. The names are loaded into RAM for quick access.
| Constructor Summary | |
|---|---|
DocumentNameReader(java.lang.String filename)
Creates a new instance of DocumentNameReader |
|
| Method Summary | |
|---|---|
java.lang.String |
get(int index)
|
void |
read(java.io.DataInputStream input)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentNameReader(java.lang.String filename)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public java.lang.String get(int index)
public void read(java.io.DataInputStream input)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||