Interface TextLineInterpreter<T>
- All Superinterfaces:
TextLineReader.Parser<T>, TextLineWriter.Formatter<T>
public interface TextLineInterpreter<T>
extends TextLineReader.Parser<T>, TextLineWriter.Formatter<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefault FromFileReader<T> default FromFileReader<T> newReader(File file, OperatorWithException<InputStream> filter) default ToFileWriter<T> default ToFileWriter<T> newWriter(File file, OperatorWithException<OutputStream> filter) Methods inherited from interface TextLineReader.Parser
parseMethods inherited from interface TextLineWriter.Formatter
format
-
Method Details
-
newReader
-
newReader
-
newWriter
-
newWriter
-