org.datamanager.kernel
Class StringKey80

java.lang.Object
  |
  +--StringKey
        |
        +--org.datamanager.kernel.StringKey80
All Implemented Interfaces:
Externalizable, Serializable

public class StringKey80
extends StringKey
implements Externalizable

See Also:
Serialized Form

Constructor Summary
StringKey80()
          Creates a blank StringKey32.
StringKey80(String keyValue)
          Creates a new StringKey32 using key_value.
 
Method Summary
 void readExternal(ObjectInput in)
          StringKey32 implements the readExternal method to restore its contents.
 void writeExternal(ObjectOutput out)
          StringKey32 implements the writeExternal method to save its contents.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringKey80

public StringKey80(String keyValue)
Creates a new StringKey32 using key_value.

Parameters:
keyValue - text of the newly-created key.

StringKey80

public StringKey80()
Creates a blank StringKey32.

Method Detail

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
StringKey32 implements the writeExternal method to save its contents.

Specified by:
writeExternal in interface Externalizable
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
StringKey32 implements the readExternal method to restore its contents.

Specified by:
readExternal in interface Externalizable
IOException
ClassNotFoundException


See the Helium Website