com.sentilla.io
Class ObjectStreamDelegate

java.lang.Object
  extended by com.sentilla.io.ObjectStreamDelegate

public class ObjectStreamDelegate
extends Object

Private: for Sentilla internal use only.


Constructor Summary
ObjectStreamDelegate()
           
 
Method Summary
 Object readObject(ByteBuffer b)
           
static void setDefaultDelegate(ObjectStreamDelegate osd)
           
 void writeObject(ByteBuffer b, Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectStreamDelegate

public ObjectStreamDelegate()
Method Detail

writeObject

public void writeObject(ByteBuffer b,
                        Object o)

readObject

public Object readObject(ByteBuffer b)

setDefaultDelegate

public static void setDefaultDelegate(ObjectStreamDelegate osd)


Copyright © 2007 Sentilla Corporation. All Rights Reserved.