Class RewindableInputStream.Block
java.lang.Object
nu.validator.htmlparser.rewindable.RewindableInputStream.Block
- Enclosing class:
RewindableInputStream
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final byte[]
(package private) static final int
(package private) RewindableInputStream.Block
(package private) int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
next
-
buf
final byte[] buf -
used
int used -
MIN_SIZE
static final int MIN_SIZE- See Also:
-
-
Constructor Details
-
Block
Block(int minSize) -
Block
Block()
-
-
Method Details
-
append
void append(byte b) -
append
void append(byte[] b, int off, int len)
-