Uses of Class
org.ojalgo.netio.TextLineReader
-
Packages that use TextLineReader Package Description org.ojalgo.netio This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.* -
-
Uses of TextLineReader in org.ojalgo.netio
Methods in org.ojalgo.netio that return TextLineReader Modifier and Type Method Description TextLineReaderSegmentedFile. newTextLineReader(SegmentedFile.Segment segment)Call this once for each file segment, and use the returnedTextLineReaderto read the file segment.static TextLineReaderTextLineReader. of(java.io.File file)static TextLineReaderTextLineReader. of(java.io.File file, OperatorWithException<java.io.InputStream> filter)static TextLineReaderTextLineReader. of(java.lang.String pathname)static TextLineReaderTextLineReader. of(InMemoryFile file)static TextLineReaderTextLineReader. of(InMemoryFile file, OperatorWithException<java.io.InputStream> filter)
-