public final class SubStreamGenerator extends Object implements Iterable<InputStream>
Constructor and Description |
---|
SubStreamGenerator(InputStream wrappedStream,
int totalBlocks,
long blockSize) |
Modifier and Type | Method and Description |
---|---|
Iterator<InputStream> |
iterator() |
void |
setLastBlockSize(long blockSize) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public SubStreamGenerator(InputStream wrappedStream, int totalBlocks, long blockSize)
public void setLastBlockSize(long blockSize)
public Iterator<InputStream> iterator()
iterator
in interface Iterable<InputStream>
Copyright © 2019. All rights reserved.