public final class ByteWName extends WName
_localName, _prefix| Modifier | Constructor and Description |
|---|---|
protected |
ByteWName(String ln,
byte[] bytes) |
protected |
ByteWName(String prefix,
String ln,
byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
int |
appendBytes(byte[] buffer,
int offset) |
int |
appendChars(char[] buffer,
int offset) |
int |
serializedLength() |
void |
writeBytes(OutputStream out) |
void |
writeChars(Writer w) |
equals, getLocalName, getPrefix, getPrefixedName, hashCode, hasName, hasName, hasPrefix, toStringprotected ByteWName(String ln, byte[] bytes)
public final int serializedLength()
serializedLength in class WNamepublic int appendBytes(byte[] buffer,
int offset)
appendBytes in class WNamepublic void writeBytes(OutputStream out) throws IOException
writeBytes in class WNameIOExceptionpublic int appendChars(char[] buffer,
int offset)
appendChars in class WNamepublic void writeChars(Writer w) throws IOException
writeChars in class WNameIOExceptionCopyright © 2021 FasterXML. All rights reserved.