| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.io |
Provides classes and static methods that make object and primitive-type I/O easier and faster.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FastBufferedInputStream
Lightweight, unsynchronized, aligned input stream buffering class with
true skipping,
measurability,
repositionability
and line reading support.
|
class |
FastBufferedOutputStream
Lightweight, unsynchronized output stream buffering class with
measurability and
repositionability.
|
class |
FastByteArrayInputStream
Simple, fast and repositionable byte-array input stream.
|
class |
FastByteArrayOutputStream
Simple, fast byte-array output stream that exposes the backing array.
|
class |
FastMultiByteArrayInputStream
Simple, fast and repositionable byte array input stream that multiplexes its content among several arrays.
|
class |
InspectableFileCachedInputStream
A repositionable
MeasurableInputStream based on
cached data received by a WritableByteChannel whose first bytes can be inspected directly. |
Copyright © 2020. All rights reserved.