class ChunkContentIterator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
pos |
private byte[] |
signedChunk |
Constructor and Description |
---|
ChunkContentIterator(byte[] signedChunk) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
int |
read(byte[] output,
int offset,
int length) |