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