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, toString
protected ByteWName(String ln, byte[] bytes)
public final int serializedLength()
serializedLength
in class WName
public int appendBytes(byte[] buffer, int offset)
appendBytes
in class WName
public void writeBytes(OutputStream out) throws IOException
writeBytes
in class WName
IOException
public int appendChars(char[] buffer, int offset)
appendChars
in class WName
public void writeChars(Writer w) throws IOException
writeChars
in class WName
IOException
Copyright © 2018 FasterXML. All rights reserved.