org.msgpack.unpacker
Class UnpackerIterator

java.lang.Object
  extended by org.msgpack.unpacker.UnpackerIterator
All Implemented Interfaces:
Iterator<Value>

public class UnpackerIterator
extends Object
implements Iterator<Value>


Constructor Summary
UnpackerIterator(AbstractUnpacker u)
           
 
Method Summary
 IOException getException()
           
 boolean hasNext()
           
 Value next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnpackerIterator

public UnpackerIterator(AbstractUnpacker u)
Method Detail

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.