org.acme
Class Two
java.lang.Object
org.acme.Two
- All Implemented Interfaces:
- Externalizable, Serializable
public class Two
- extends Object
- implements Externalizable
- Version:
- $Revision: 469417 $ $Date: 2006-10-31 03:50:58 -0500 (Tue, 31 Oct 2006) $
- See Also:
- Serialized Form
Constructor Summary |
Two()
|
Two
public Two()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.