com.thaiopensource.validate.auto
Class RewindableReader.Block
java.lang.Object
com.thaiopensource.validate.auto.RewindableReader.Block
- Enclosing class:
- RewindableReader
static class RewindableReader.Block
- extends Object
Method Summary |
(package private) void |
append(char b)
|
(package private) void |
append(char[] b,
int off,
int len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
next
RewindableReader.Block next
buf
final char[] buf
used
int used
MIN_SIZE
static final int MIN_SIZE
- See Also:
- Constant Field Values
RewindableReader.Block
RewindableReader.Block(int minSize)
RewindableReader.Block
RewindableReader.Block()
append
void append(char b)
append
void append(char[] b,
int off,
int len)