public class TSVReader extends Object implements IGlossaryReader
| Constructor and Description |
|---|
TSVReader(LocaleId srcLoc,
LocaleId trgLoc) |
| 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic 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 Iterator<ConceptEntry>hasNext in interface IGlossaryReaderpublic ConceptEntry next()
IGlossaryReadernext in interface Iterator<ConceptEntry>next in interface IGlossaryReaderCopyright © 2018. All rights reserved.