| 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 | Field and Description |
|---|---|
static EnumSet<FastBufferedInputStream.LineTerminator> |
FastBufferedInputStream.ALL_TERMINATORS
A set containing all available line terminators.
|
| Modifier and Type | Method and Description |
|---|---|
static FastBufferedInputStream.LineTerminator |
FastBufferedInputStream.LineTerminator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FastBufferedInputStream.LineTerminator[] |
FastBufferedInputStream.LineTerminator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
FastBufferedInputStream.readLine(byte[] array,
EnumSet<FastBufferedInputStream.LineTerminator> terminators)
Reads a line into the given byte array.
|
int |
FastBufferedInputStream.readLine(byte[] array,
int off,
int len,
EnumSet<FastBufferedInputStream.LineTerminator> terminators)
Reads a line into the given byte-array fragment.
|
Copyright © 2020. All rights reserved.