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
IOExceptionpublic void close()
terms file.close in interface AutoCloseableclose 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.