| Package | Description |
|---|---|
| org.antlr.v4.runtime |
| Modifier and Type | Method and Description |
|---|---|
static CodePointBuffer |
CharStreams.bufferFromChannel(ReadableByteChannel channel,
Charset charset,
int bufferSize,
CodingErrorAction decodingErrorAction,
long inputSize) |
CodePointBuffer |
CodePointBuffer.Builder.build() |
static CodePointBuffer |
CodePointBuffer.withBytes(ByteBuffer byteBuffer) |
static CodePointBuffer |
CodePointBuffer.withChars(CharBuffer charBuffer) |
static CodePointBuffer |
CodePointBuffer.withInts(IntBuffer intBuffer) |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 1992–2024 Daniel Sun. All rights reserved.