public class ByteArrayValueTranscoder extends AbstractBinaryValueTranscoder<byte[]>
| Constructor and Description |
|---|
ByteArrayValueTranscoder() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decodeBinaryValue(byte[] value)
Decodes the supplied ldap attribute value into a custom type.
|
byte[] |
encodeBinaryValue(byte[] value)
Encodes the supplied value into an ldap attribute value.
|
java.lang.Class<byte[]> |
getType()
Returns the type produced by this value transcoder.
|
decodeStringValue, encodeStringValuepublic byte[] decodeBinaryValue(byte[] value)
ValueTranscodervalue - to decodepublic byte[] encodeBinaryValue(byte[] value)
ValueTranscodervalue - to encodepublic java.lang.Class<byte[]> getType()
ValueTranscoder