public class IntData extends Pcdata
Pcdata
that represents a single integer.Constructor and Description |
---|
IntData() |
Modifier and Type | Method and Description |
---|---|
char |
charAt(int index) |
int |
length() |
void |
reset(int i) |
CharSequence |
subSequence(int start,
int end) |
String |
toString() |
void |
writeTo(UTF8XmlOutput output)
Writes itself to
UTF8XmlOutput . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
chars, codePoints
public void reset(int i)
public String toString()
toString
in interface CharSequence
toString
in class Pcdata
public int length()
public char charAt(int index)
public CharSequence subSequence(int start, int end)
public void writeTo(UTF8XmlOutput output) throws IOException
Pcdata
UTF8XmlOutput
.
This is the most performance critical path for the marshaller, so it warrants its own method.
writeTo
in class Pcdata
IOException
Copyright © 2017 JBoss by Red Hat. All rights reserved.