public class ExternalizableString extends Object implements Externalizable
Constructor and Description |
---|
ExternalizableString() |
ExternalizableString(String string) |
Modifier and Type | Method and Description |
---|---|
String |
getString() |
void |
readExternal(ObjectInput in) |
void |
setString(String string) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public ExternalizableString()
public ExternalizableString(String string)
public String getString()
public void setString(String string)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
© Copyright 2013, 2020 International Business Machines Corp. and others
Licensed under the Apache License, Version 2.0