public abstract class CharBuffer extends Object
| Modifier and Type | Field and Description |
|---|---|
char[] |
buffer |
int |
bufferSize |
int |
mark |
| Constructor and Description |
|---|
CharBuffer(char[] buffer,
int bufferSize) |
public abstract boolean next()
throws IOException
IOExceptionCopyright © 2018. All rights reserved.