org.neo4j.com
Class Protocol.FileStreamsDeserializer

java.lang.Object
  extended by org.neo4j.com.Protocol.FileStreamsDeserializer
All Implemented Interfaces:
Deserializer<Void>
Enclosing class:
Protocol

public static class Protocol.FileStreamsDeserializer
extends Object
implements Deserializer<Void>


Constructor Summary
Protocol.FileStreamsDeserializer(StoreWriter writer)
           
 
Method Summary
 Void read(org.jboss.netty.buffer.ChannelBuffer buffer, ByteBuffer temporaryBuffer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Protocol.FileStreamsDeserializer

public Protocol.FileStreamsDeserializer(StoreWriter writer)
Method Detail

read

public Void read(org.jboss.netty.buffer.ChannelBuffer buffer,
                 ByteBuffer temporaryBuffer)
          throws IOException
Specified by:
read in interface Deserializer<Void>
Throws:
IOException


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