rice.p2p.util.testing
Class XMLObjectStreamUnit.TestSubExternalizable

java.lang.Object
  extended by rice.p2p.util.testing.XMLObjectStreamUnit.TestExternalizable
      extended by rice.p2p.util.testing.XMLObjectStreamUnit.TestSubExternalizable
All Implemented Interfaces:
Externalizable, Serializable
Enclosing class:
XMLObjectStreamUnit

public static class XMLObjectStreamUnit.TestSubExternalizable
extends XMLObjectStreamUnit.TestExternalizable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class rice.p2p.util.testing.XMLObjectStreamUnit.TestExternalizable
num
 
Constructor Summary
XMLObjectStreamUnit.TestSubExternalizable(Object o)
           
 
Method Summary
 void readExternal(ObjectInput i)
           
 void writeExternal(ObjectOutput o)
           
 
Methods inherited from class rice.p2p.util.testing.XMLObjectStreamUnit.TestExternalizable
getNum
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLObjectStreamUnit.TestSubExternalizable

public XMLObjectStreamUnit.TestSubExternalizable(Object o)
Method Detail

writeExternal

public void writeExternal(ObjectOutput o)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class XMLObjectStreamUnit.TestExternalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput i)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class XMLObjectStreamUnit.TestExternalizable
Throws:
IOException
ClassNotFoundException


Copyright © 2010. All Rights Reserved.