Package gnu.lists
Class UnescapedData
java.lang.Object
gnu.lists.UnescapedData
- All Implemented Interfaces:
Externalizable,Serializable,CharSequence
Used for text that is supposed to be written out verbatim.
For example, if the output format is XML, can be used to write
a literal
'<' as a plain "<", instead of being
escaped as "<".- See Also:
-
Constructor Details
-
UnescapedData
public UnescapedData() -
UnescapedData
-
-
Method Details
-
getData
-
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classObject
-
equals
-
hashCode
public final int hashCode() -
length
public int length()- Specified by:
lengthin interfaceCharSequence
-
charAt
public char charAt(int index) - Specified by:
charAtin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-