private class PathContentProvider.PathIterator
extends java.lang.Object
implements java.util.Iterator<java.nio.ByteBuffer>, java.io.Closeable
| Modifier and Type | Field and Description |
|---|---|
private java.nio.ByteBuffer |
buffer |
private java.nio.channels.SeekableByteChannel |
channel |
private long |
position |
| Modifier | Constructor and Description |
|---|---|
private |
PathIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
java.nio.ByteBuffer |
next() |
private java.nio.ByteBuffer buffer
private java.nio.channels.SeekableByteChannel channel
private long position
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 close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseable