public class TermsFastReader extends Object implements SequenceWithClose<IListReader>
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the
terms file. |
IListMetadataRead |
next()
Return an IListMeta object.
|
IListMetadataRead |
readData()
Constructs a new
IListMetadataRead . |
void |
rewind() |
public void rewind() throws IOException
IOException
public void close()
terms
file.close
in interface AutoCloseable
close
in interface SequenceWithClose<IListReader>
public IListMetadataRead next()
next
in interface Sequence<IListReader>
public IListMetadataRead readData() throws IOException
IListMetadataRead
. That
object is read from the input stream.IOException
- if an I/O error occursCopyright © 2016 Egothor. All Rights Reserved.