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.
|
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 Class<byte[]> getType()
ValueTranscoderCopyright © 2003-2019 Virginia Tech. All Rights Reserved.