|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FastBufferedInputStream.LineTerminator | |
---|---|
it.unimi.dsi.fastutil.io | Provides classes and static methods that make object and primitive-type I/O easier and faster. |
Uses of FastBufferedInputStream.LineTerminator in it.unimi.dsi.fastutil.io |
---|
Fields in it.unimi.dsi.fastutil.io with type parameters of type FastBufferedInputStream.LineTerminator | |
---|---|
static EnumSet<FastBufferedInputStream.LineTerminator> |
FastBufferedInputStream.ALL_TERMINATORS
A set containing all available line terminators. |
Methods in it.unimi.dsi.fastutil.io that return FastBufferedInputStream.LineTerminator | |
---|---|
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. |
Method parameters in it.unimi.dsi.fastutil.io with type arguments of type FastBufferedInputStream.LineTerminator | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |