public class PbfStreamSplitter extends Object implements Iterator<PbfRawBlob>
| Constructor and Description |
|---|
PbfStreamSplitter(DataInputStream pbfStream)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
PbfRawBlob |
next() |
void |
release() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic PbfStreamSplitter(DataInputStream pbfStream)
pbfStream - The PBF data stream to be parsed.public boolean hasNext()
hasNext in interface Iterator<PbfRawBlob>public PbfRawBlob next()
next in interface Iterator<PbfRawBlob>public void remove()
remove in interface Iterator<PbfRawBlob>public void release()
Copyright © 2012–2020. All rights reserved.