Package morfologik.tools
Class DictApply.LineSupplier
- java.lang.Object
-
- morfologik.tools.DictApply.LineSupplier
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
- Direct Known Subclasses:
DictApply.ReaderLineSupplier
- Enclosing class:
- DictApply
private abstract class DictApply.LineSupplier extends java.lang.Object implements java.io.Closeable
-
-
Constructor Summary
Constructors Modifier Constructor Description privateLineSupplier()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidclose()abstract java.lang.StringnextLine()
-
-
-
Method Detail
-
nextLine
public abstract java.lang.String nextLine() throws java.io.IOException- Throws:
java.io.IOException
-
close
public void close() throws java.io.IOException- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable- Throws:
java.io.IOException
-
-