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.