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, waitchars, codePointspublic void reset(int i)
public String toString()
toString in interface CharSequencetoString in class Pcdatapublic int length()
public char charAt(int index)
public CharSequence subSequence(int start, int end)
public void writeTo(UTF8XmlOutput output) throws IOException
PcdataUTF8XmlOutput.
This is the most performance critical path for the marshaller, so it warrants its own method.
writeTo in class PcdataIOExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.