Serialized Form
readExternal
public void readExternal(java.io.ObjectInput)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput)
throws java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput input)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read external. Part of serialization.
writeExternal
public void writeExternal(java.io.ObjectOutput output)
throws java.io.IOException
- Write external. Part of serialization.
© Copyright 2002 the Free Software Foundation,
all rights reserved.