public final class StringValue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private byte[] |
_bytes |
private java.nio.charset.Charset |
_charset |
Constructor and Description |
---|
StringValue(byte[] bytes,
java.nio.charset.Charset charset) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes() |
java.nio.charset.Charset |
getCharset() |
java.lang.String |
toString() |
java.lang.String |
toString(java.nio.charset.Charset charset) |