| Package | Description |
|---|---|
| java.io | |
| java.lang | |
| java.nio |
| Modifier and Type | Method and Description |
|---|---|
int |
Reader.read(CharBuffer target)
Attempts to read characters into the specified character buffer.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Readable.read(CharBuffer cb)
Attempts to read characters into the specified character buffer.
|
| Modifier and Type | Method and Description |
|---|---|
abstract CharBuffer |
CharBuffer.put(char[] src,
int offset,
int length) |
Copyright © 2025 API Design. All Rights Reserved.