org.I0Itec.zkclient
Class InMemoryConnection.DataAndVersion

java.lang.Object
  extended by org.I0Itec.zkclient.InMemoryConnection.DataAndVersion
Enclosing class:
InMemoryConnection

public static class InMemoryConnection.DataAndVersion
extends java.lang.Object


Constructor Summary
InMemoryConnection.DataAndVersion(byte[] data, int version)
           
 
Method Summary
 byte[] getData()
           
 int getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InMemoryConnection.DataAndVersion

public InMemoryConnection.DataAndVersion(byte[] data,
                                         int version)
Method Detail

getData

public byte[] getData()

getVersion

public int getVersion()