- java.lang.Object
-
- org.glassfish.jaxb.runtime.v2.runtime.output.Pcdata
-
- org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.IntData
-
- All Implemented Interfaces:
CharSequence
public class IntData extends Pcdata
Pcdatathat represents a single integer.- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description IntData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description charcharAt(int index)intlength()voidreset(int i)CharSequencesubSequence(int start, int end)StringtoString()voidwriteTo(UTF8XmlOutput output)Writes itself toUTF8XmlOutput.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.CharSequence
chars, codePoints
-
-
-
-
Method Detail
-
reset
public void reset(int i)
-
toString
public String toString()
- Specified by:
toStringin interfaceCharSequence- Specified by:
toStringin classPcdata
-
length
public int length()
-
charAt
public char charAt(int index)
-
subSequence
public CharSequence subSequence(int start, int end)
-
writeTo
public void writeTo(UTF8XmlOutput output) throws IOException
Description copied from class:PcdataWrites itself toUTF8XmlOutput.This is the most performance critical path for the marshaller, so it warrants its own method.
- Specified by:
writeToin classPcdata- Throws:
IOException
-
-