protected class POIFSStream.StreamBlockByteBufferIterator
extends java.lang.Object
implements java.util.Iterator<java.nio.ByteBuffer>
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.nio.ByteBuffer |
next() |
void |
remove() |
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 2020 The Apache Software Foundation or its licensors, as applicable.