| Constructor and Description |
|---|
IntData() |
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index) |
int |
length() |
void |
reset(int i) |
java.lang.CharSequence |
subSequence(int start,
int end) |
java.lang.String |
toString() |
void |
writeTo(UTF8XmlOutput output)
Writes itself to
UTF8XmlOutput. |
public void reset(int i)
public java.lang.String toString()
public int length()
public char charAt(int index)
public java.lang.CharSequence subSequence(int start,
int end)
public void writeTo(UTF8XmlOutput output) throws java.io.IOException
PcdataUTF8XmlOutput.
This is the most performance critical path for the marshaller, so it warrants its own method.