protected class NPOIFSStream.StreamBlockByteBufferIterator extends Object implements Iterator<ByteBuffer>
| Modifier | Constructor and Description |
|---|---|
protected |
StreamBlockByteBufferIterator(int firstBlock) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
ByteBuffer |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected StreamBlockByteBufferIterator(int firstBlock)
public boolean hasNext()
hasNext in interface Iterator<ByteBuffer>public ByteBuffer next()
next in interface Iterator<ByteBuffer>public void remove()
remove in interface Iterator<ByteBuffer>Copyright © 2020. All rights reserved.