Package it.unimi.dsi.fastutil.io
package it.unimi.dsi.fastutil.io
Classes and static methods that make object and primitive-type I/O easier and faster.
Classes in this package provide very efficient, unsynchronized buffered input and output streams (with support for repositioning, too) and fast streams based on byte arrays.
Static containers provide instead a wealth of methods that can be used to serialize or deserialize very easily objects and arrays, even in text form.
-
ClassDescriptionProvides static methods to perform easily binary I/O.Lightweight, unsynchronized, aligned input stream buffering class with true skipping, measurability, repositionability and line reading support.An enumeration of the supported line terminators.Lightweight, unsynchronized output stream buffering class with measurability and repositionability.Simple, fast and repositionable byte-array input stream.Simple, fast byte-array output stream that exposes the backing array.Simple, fast and repositionable byte array input stream that multiplexes its content among several arrays.A repositionable
MeasurableInputStream
based on cached data received by aWritableByteChannel
whose first bytes can be inspected directly.AnInputStream
that implements also theMeasurableStream
interface.AnOutputStream
that implements also theMeasurableStream
interface.An stream that provides eager access to its length, and keeps track of the current position (e.g., the number of bytes read so far, or the current position of the file pointer).A basic interface specifying positioning methods for a byte stream.Provides static methods to perform easily textual I/O.