static CodePointCharStream |
CodePointCharStream.fromBuffer(CodePointBuffer codePointBuffer) |
Constructs a CodePointCharStream which provides access
to the Unicode code points stored in codePointBuffer .
|
static CodePointCharStream |
CodePointCharStream.fromBuffer(CodePointBuffer codePointBuffer,
String name) |
Constructs a named CodePointCharStream which provides access
to the Unicode code points stored in codePointBuffer .
|
static CodePointCharStream |
CharStreams.fromChannel(ReadableByteChannel channel,
int bufferSize,
CodingErrorAction decodingErrorAction,
String sourceName) |
|
static CodePointCharStream |
CharStreams.fromChannel(ReadableByteChannel channel,
Charset charset,
int bufferSize,
CodingErrorAction decodingErrorAction,
String sourceName,
long inputSize) |
|
static CodePointCharStream |
CharStreams.fromReader(Reader r) |
|
static CodePointCharStream |
CharStreams.fromReader(Reader r,
String sourceName) |
|
static CodePointCharStream |
CharStreams.fromString(String s) |
|
static CodePointCharStream |
CharStreams.fromString(String s,
String sourceName) |
|