Uses of Class
org.ojalgo.netio.TextLineReader
Packages that use TextLineReader
Package
Description
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 TextLineReaderModifier and TypeMethodDescriptionSegmentedFile.newTextLineReader
(SegmentedFile.Segment segment) Call this once for each file segment, and use the returnedTextLineReader
to read the file segment.static TextLineReader
static TextLineReader
TextLineReader.of
(File file, OperatorWithException<InputStream> filter) static TextLineReader
TextLineReader.of
(InMemoryFile file) static TextLineReader
TextLineReader.of
(InMemoryFile file, OperatorWithException<InputStream> filter)