Uses of Package
org.ojalgo.netio
-
Packages that use org.ojalgo.netio Package Description org.ojalgo.data.batch org.ojalgo.data.domain.finance.series org.ojalgo.matrix.task.iterative org.ojalgo.netio This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*org.ojalgo.optimisation org.ojalgo.optimisation.integer -
Classes in org.ojalgo.netio used by org.ojalgo.data.batch Class Description DataInterpreter FromFileReader Essentially just aSupplier
, but assumed to be reading from a file or some other source of data, and therefore extendsCloseable
.ShardedFile ToFileWriter Essentially just aConsumer
, but assumed to be writing to a file or similar, and therefore extendsCloseable
. -
Classes in org.ojalgo.netio used by org.ojalgo.data.domain.finance.series Class Description BasicParser A (CSV) parser interface.DetectingParser Will detect which delegate parser to use.FromFileReader Essentially just aSupplier
, but assumed to be reading from a file or some other source of data, and therefore extendsCloseable
.InMemoryFile An in-memory "file" that can be used with someToFileWriter
and/orFromFileReaderr
implementations instead of aFile
.LineSplittingParser ResourceLocator.Request ResourceLocator.Response ResourceLocator.Session ServiceClient.Request ServiceClient.Session When you need to make a sequence of calls maintaining some state inbetween calls.TextLineReader.Parser -
Classes in org.ojalgo.netio used by org.ojalgo.matrix.task.iterative Class Description BasicLogger BasicLogger is not meant to replace any other logging library. -
Classes in org.ojalgo.netio used by org.ojalgo.netio Class Description BasicLogger BasicLogger is not meant to replace any other logging library.BasicLogger.Buffer Temporarily store data/text.BasicLogger.Printable BasicParser A (CSV) parser interface.CharacterRing A circular char buffer - an Appendable CharSequence that always hold exactly 65536 characters.CharacterRing.RingLogger CharArraySegment DataInterpreter DataReader ADataInput
basedFromFileReader
.DataReader.Deserializer DataWriter ADataOutput
basedToFileWriter
.DataWriter.Serializer EnumeratedColumnsParser EnumeratedColumnsParser.Builder EnumeratedColumnsParser.LineView EnumeratedColumnsParser.ParseStrategy FromFileReader Essentially just aSupplier
, but assumed to be reading from a file or some other source of data, and therefore extendsCloseable
.FromFileReader.Builder InMemoryFile An in-memory "file" that can be used with someToFileWriter
and/orFromFileReaderr
implementations instead of aFile
.LineTerminator QueuedWriter ReaderWriterBuilder ResourceLocator Locate/fetch resources such as csv, json or text/html.ResourceLocator.KeyedValues ResourceLocator.Method ResourceLocator.Request ResourceLocator.Response ResourceLocator.Session ResourceSpecification ResourceSpecification - it's a URI/URL builder.SegmentedFile Divides a large file in segments and then reads those (in parallel) using memory mapped files (memory mapped file segments).SegmentedFile.Builder SegmentedFile.Segment ServiceClient Make http/https calls.ServiceClient.Request ServiceClient.Response This is actually a wrapper of a future response.ServiceClient.Session When you need to make a sequence of calls maintaining some state inbetween calls.ShardedFile ShardedWriter TextLineReader TextLineReader.Parser TextLineWriter TextLineWriter.CSVLineBuilder A reusable delimited "text line" builder.TextLineWriter.Formatter ToFileWriter Essentially just aConsumer
, but assumed to be writing to a file or similar, and therefore extendsCloseable
.ToFileWriter.Builder -
Classes in org.ojalgo.netio used by org.ojalgo.optimisation Class Description BasicLogger BasicLogger is not meant to replace any other logging library.InMemoryFile An in-memory "file" that can be used with someToFileWriter
and/orFromFileReaderr
implementations instead of aFile
. -
Classes in org.ojalgo.netio used by org.ojalgo.optimisation.integer Class Description BasicLogger BasicLogger is not meant to replace any other logging library.CharacterRing.RingLogger