Package morfologik.tools
Class DictApply.ReaderLineSupplier
- java.lang.Object
-
- morfologik.tools.DictApply.LineSupplier
-
- morfologik.tools.DictApply.ReaderLineSupplier
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
- Enclosing class:
- DictApply
private class DictApply.ReaderLineSupplier extends DictApply.LineSupplier
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.BufferedReaderlineReader
-
Constructor Summary
Constructors Constructor Description ReaderLineSupplier(java.io.BufferedReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()java.lang.StringnextLine()
-
-
-
Method Detail
-
nextLine
public java.lang.String nextLine() throws java.io.IOException- Specified by:
nextLinein classDictApply.LineSupplier- Throws:
java.io.IOException
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Overrides:
closein classDictApply.LineSupplier- Throws:
java.io.IOException
-
-