gnu.lists
Class UnescapedData
- Externalizable
public class UnescapedData
extends java.lang.Object
implements Externalizable
Used for text that is supposed to be written out verbatim.
For example, the the output format is XML, can be used to write
a literal '<' as a plain "<", instead of being escaped as "<".
UnescapedData
public UnescapedData()
UnescapedData
public UnescapedData(String data)
equals
public final boolean equals(Object other)
getData
public final String getData()
hashCode
public final int hashCode()
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
toString
public final String toString()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException