| Package | Description |
|---|---|
| it.unimi.dsi.fastutil.io |
Provides classes and static methods that make object and primitive-type I/O easier and faster.
|
| Class and Description |
|---|
| FastBufferedInputStream.LineTerminator
An enumeration of the supported line terminators.
|
| FastMultiByteArrayInputStream
Simple, fast and repositionable byte array input stream that multiplexes its content among several arrays.
|
| MeasurableInputStream
An
InputStream that implements also the MeasurableStream interface. |
| MeasurableOutputStream
An
OutputStream that implements also the MeasurableStream interface. |
| MeasurableStream
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).
|
| RepositionableStream
A basic interface specifying positioning methods for a byte stream.
|
Copyright © 2020. All rights reserved.