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.BufferedReader
lineReader
-
Constructor Summary
Constructors Constructor Description ReaderLineSupplier(java.io.BufferedReader reader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
java.lang.String
nextLine()
-
-
-
Method Detail
-
nextLine
public java.lang.String nextLine() throws java.io.IOException
- Specified by:
nextLine
in classDictApply.LineSupplier
- Throws:
java.io.IOException
-
close
public void close() throws java.io.IOException
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Overrides:
close
in classDictApply.LineSupplier
- Throws:
java.io.IOException
-
-