public class ChunkedStream
extends java.lang.Object
implements java.util.Iterator<byte[]>
Constructor and Description |
---|
ChunkedStream(java.io.InputStream is,
long chunkSize) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
byte[] |
next() |
void |
remove() |