Package it.unimi.dsi.fastutil.io

Provides classes and static methods that make object I/O easier and faster.

See:
          Description

Interface Summary
RepositionableStream A basic interface specifying positioning methods for a byte stream.
 

Class Summary
BinIO Provides static methods to perform easily binary I/O.
FastBufferedInputStream Lightweight, unsynchronised, aligned input stream buffering class.
FastBufferedOutputStream Lightweight, unsynchronised, aligned output stream buffering class.
TextIO Provides static methods to perform easily textual I/O.
 

Package it.unimi.dsi.fastutil.io Description

Provides classes and static methods that make object I/O easier and faster.

Classes in this package provide very efficient, unsynchronised buffered input and output stream (with support for repositioning, too). Static container provide instead a wealth of methods that can be used to serialise/deserialise more easily objects and arrays.