java.util.Iterator<ByteIterable>public static class ChunkByteIterable.ChunkByteIterator extends java.lang.Object implements java.util.Iterator<ByteIterable>
| Constructor | Description |
|---|---|
ChunkByteIterator(ByteIterable iterable,
int size) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
ByteIterable |
next() |
public ChunkByteIterator(ByteIterable iterable, int size)
public boolean hasNext()
hasNext in interface java.util.Iterator<ByteIterable>public ByteIterable next()
next in interface java.util.Iterator<ByteIterable>Copyright © 2004–2018. All rights reserved.