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 private
LineSupplier()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
close()
abstract java.lang.String
nextLine()
-
-
-
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:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
- Throws:
java.io.IOException
-
-