| 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 |
FastByteArrayInputStream
Simple, fast and repositionable byte-array input stream.
|
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. |
| Constructor and Description |
|---|
FastMultiByteArrayInputStream(MeasurableInputStream is)
Creates a new multi-array input stream loading it from a measurable input stream.
|
Copyright © 2020. All rights reserved.