org.neo4j.server.rest.transactional
Class StatementDeserializer

java.lang.Object
  extended by org.neo4j.helpers.collection.PrefetchingIterator<Statement>
      extended by org.neo4j.server.rest.transactional.StatementDeserializer
All Implemented Interfaces:
Iterator<Statement>

public class StatementDeserializer
extends org.neo4j.helpers.collection.PrefetchingIterator<Statement>


Constructor Summary
StatementDeserializer(InputStream input)
           
 
Method Summary
 Iterator<Neo4jError> errors()
           
protected  Statement fetchNextOrNull()
           
 
Methods inherited from class org.neo4j.helpers.collection.PrefetchingIterator
getPrefetchedNextOrNull, hasNext, next, remove, setPrefetchedNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatementDeserializer

public StatementDeserializer(InputStream input)
Method Detail

errors

public Iterator<Neo4jError> errors()

fetchNextOrNull

protected Statement fetchNextOrNull()
Specified by:
fetchNextOrNull in class org.neo4j.helpers.collection.PrefetchingIterator<Statement>


Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.