| 程序包 | 说明 |
|---|---|
| org.antlr.v4.runtime |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2022 Daniel Sun. All rights reserved.