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