public class ReusableCharArrayReader extends CharArrayReader
CharArrayReader
that allows to reset the reader
to a new char array input.buf, count, markedPos, pos
Constructor and Description |
---|
ReusableCharArrayReader(char[] buf) |
ReusableCharArrayReader(char[] buf,
int offset,
int length) |
Copyright © 2014. All rights reserved.