|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.nutch.io.MapFile.Reader
net.nutch.io.ArrayFile.Reader
Provide access to an existing array file.
| Constructor Summary | |
ArrayFile.Reader(String file)
Construct an array reader for the named file. |
|
| Method Summary | |
Writable |
get(long n,
Writable value)
Return the nth value in the file. |
long |
key()
Returns the key associated with the most recent call to seek(long), next(Writable), or get(long,Writable). |
Writable |
next(Writable value)
Read and return the next value in the file. |
void |
seek(long n)
Positions the reader before its nth value. |
| Methods inherited from class net.nutch.io.MapFile.Reader |
close, get, getKeyClass, getValueClass, next, reset, seek |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ArrayFile.Reader(String file)
throws IOException
| Method Detail |
public void seek(long n)
throws IOException
nth value.
IOException
public Writable next(Writable value)
throws IOException
IOException
public long key()
throws IOException
seek(long), next(Writable), or get(long,Writable).
IOException
public Writable get(long n,
Writable value)
throws IOException
nth value in the file.
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||