static class RewindableInputStream.Block
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
buf |
(package private) static int |
MIN_SIZE |
(package private) RewindableInputStream.Block |
next |
(package private) int |
used |
Modifier and Type | Method and Description |
---|---|
(package private) void |
append(byte b) |
(package private) void |
append(byte[] b,
int off,
int len) |
RewindableInputStream.Block next
final byte[] buf
int used
static final int MIN_SIZE