Package net.sf.okapi.lib.verification
Class BlacklistReader
- java.lang.Object
-
- net.sf.okapi.lib.verification.BlacklistReader
-
-
Constructor Summary
Constructors Constructor Description BlacklistReader()BlacklistReader(LocaleId loc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasNext()BlackTermnext()voidopen(File file)voidopen(InputStream input)voidreset()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
BlacklistReader
public BlacklistReader()
-
BlacklistReader
public BlacklistReader(LocaleId loc)
-
-
Method Detail
-
reset
public void reset()
-
open
public void open(File file)
-
open
public void open(InputStream input)
-
close
public void close()
-
-