public static class ChunkByteIterable.ChunkByteIterator extends Object implements Iterator<ByteIterable>
| Constructor and Description |
|---|
ChunkByteIterator(ByteIterable iterable,
int size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
ByteIterable |
next() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic ChunkByteIterator(ByteIterable iterable, int size)
public boolean hasNext()
hasNext in interface Iterator<ByteIterable>public ByteIterable next()
next in interface Iterator<ByteIterable>Copyright © 2004–2022. All rights reserved.