Module ojalgo
Package org.ojalgo.netio
package org.ojalgo.netio
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
- Author:
- apete
-
ClassDescriptionASCII codes 0 1 2 3 4 5 6 7 0 NUL SOH STX ETX EOT ENQ ACK BEL 8 BS HT LF VT FF CR SO SI 16 DLE DC1 DC2 DC3 DC4 NAK SYN ETB 24 CAN EM SUB ESC FS GS RS US 32 SP !BasicLogger is not meant to replace any other logging library.Temporarily store data/text.BasicParser<T>A (CSV) parser interface.A circular char buffer - an Appendable CharSequence that always hold exactly 65536 characters.DataReader<T>A
DataInputbasedFromFileReader.DataWriter<T>ADataOutputbasedToFileWriter.Will detect which delegate parser to use.Reads IDX-files as described at THE MNIST DATABASE page.An in-memory "file" that can be used with someToFileWriterand/orimplementations instead of ainvalid reference
FromFileReaderrFile.PasswordLocate/fetch resources such as csv, json or text/html.Divides a large file in segments and then reads those (in parallel) using memory mapped files (memory mapped file segments).Make http/https calls.This is actually a wrapper of a future response.When you need to make a sequence of calls maintaining some state inbetween calls.A reusable delimited "text line" builder.ToFileWriter<T>