org.msgpack.unpacker
Class UnpackerIterator
java.lang.Object
org.msgpack.unpacker.UnpackerIterator
- All Implemented Interfaces:
- Iterator<Value>
public class UnpackerIterator
- extends Object
- implements Iterator<Value>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnpackerIterator
public UnpackerIterator(AbstractUnpacker u)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<Value>
next
public Value next()
- Specified by:
next
in interface Iterator<Value>
remove
public void remove()
- Specified by:
remove
in interface Iterator<Value>
getException
public IOException getException()
Copyright © 2011. All Rights Reserved.