public class TBXReader extends Object implements IGlossaryReader
| Constructor and Description |
|---|
TBXReader() |
| 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.
|
public void open(File file)
IGlossaryReaderopen in interface IGlossaryReaderfile - the glossary file.public void open(InputStream input)
IGlossaryReaderopen in interface IGlossaryReaderinput - the input to read.public void close()
IGlossaryReaderclose in interface IGlossaryReaderpublic boolean hasNext()
IGlossaryReaderhasNext in interface IGlossaryReaderpublic ConceptEntry next()
IGlossaryReadernext in interface IGlossaryReaderCopyright © 2019. All rights reserved.