public class CharReader extends CharArrayReader
buf, count, markedPos, pos
Constructor and Description |
---|
CharReader(char[] buf,
int length) |
CharReader(char[] buf,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
char[] |
getChars() |
int |
getCount() |
close, mark, markSupported, read, read, ready, reset, skip
Copyright © 2015 Oracle. All rights reserved.