public final class XMLUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
parse(byte[] bytes)
Parses a byte array that represents an XML instance document to a String
with respect to encoding.
|
public static String parse(byte[] bytes)
bytes - the bytes to parseCopyright © 2005–2020. All rights reserved.