Class TestPNamePerf
java.lang.Object
test.TestPNamePerf
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final ByteBasedPNameaddPName(int hash, int[] quads, int qlen, int lastQuadBytes) static voidprotected ByteBasedPNameparsePName(byte b) protected ByteBasedPNameparsePNameNew(byte b) protected ByteBasedPNameparsePNameNew2(byte b) protected ByteBasedPNameparsePNameNewLong(int q, int[] quads) protected ByteBasedPNameparsePNameNewMedium(int i2, int q1) voidtest()
-
Field Details
-
mQuadBuffer
protected int[] mQuadBuffer -
mNameBuffer
protected char[] mNameBuffer
-
-
Constructor Details
-
TestPNamePerf
public TestPNamePerf(byte[] data, int repCount)
-
-
Method Details
-
test
- Throws:
IOExceptionXMLStreamException
-
parsePName
- Throws:
XMLStreamException
-
parsePNameNew
- Throws:
XMLStreamException
-
parsePNameNew2
- Throws:
XMLStreamException
-
parsePNameNewMedium
- Throws:
XMLStreamException
-
parsePNameNewLong
- Throws:
XMLStreamException
-
addPName
protected final ByteBasedPName addPName(int hash, int[] quads, int qlen, int lastQuadBytes) throws XMLStreamException - Throws:
XMLStreamException
-
main
-