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.*
-
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 ! " # $ % & ' 40 ( ) * + , - . / 48 0 1 2 3 4 5 6 7 56 8 9 : ; < = > ? 64 @ A B C D E F G 72 H I J K L M N O 80 P Q R S T U V W 88 X Y Z [ \ ] ^ _ 96 ` a b c d e f g 104 h i j k l m n o 112 p q r s t u v w 120 x y z { | ~ DEL http://www.lammertbies.nl/comm/info/ascii-characters.htmlBasicLogger 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
DataInput
basedFromFileReader
.DataWriter<T>ADataOutput
basedToFileWriter
.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 someToFileWriter
and/orinvalid reference
FromFileReaderr
File
.MappedReader<IN,OUT> MappedWriter<IN,OUT> PasswordQueuedReader<T>QueuedWriter<T>ReaderWriterBuilder<F,B extends ReaderWriterBuilder<F, B>> Locate/fetch resources such as csv, json or text/html.ResourceSpecification - it's a URI/URL builder.Divides a large file in segments and then reads those (in parallel) using memory mapped files (memory mapped file segments).SequencedReader<S,T> 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>