public interface IGlossaryReader extends Iterator<ConceptEntry>
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the glossary reader.
|
boolean |
hasNext()
Indicates if there is another entry.
|
ConceptEntry |
next()
Gets the next entry in this glossary.
|
void |
open(File file)
Opens a glossary from a File.
|
void |
open(InputStream input)
Opens a glossary from an input stream.
|
forEachRemaining, removevoid open(File file)
file - the glossary file.void open(InputStream input)
input - the input to read.void close()
boolean hasNext()
hasNext in interface Iterator<ConceptEntry>ConceptEntry next()
next in interface Iterator<ConceptEntry>Copyright © 2020. All rights reserved.