java.util.Iterator<java.nio.ByteBuffer>
protected class NPOIFSStream.StreamBlockByteBufferIterator
extends java.lang.Object
implements java.util.Iterator<java.nio.ByteBuffer>
Modifier | Constructor | Description |
---|---|---|
protected |
StreamBlockByteBufferIterator(int firstBlock) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasNext() |
|
java.nio.ByteBuffer |
next() |
|
void |
remove() |
protected StreamBlockByteBufferIterator(int firstBlock)
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.nio.ByteBuffer>
public java.nio.ByteBuffer next()
next
in interface java.util.Iterator<java.nio.ByteBuffer>
public void remove()
remove
in interface java.util.Iterator<java.nio.ByteBuffer>
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.