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, encodeStringValue
public byte[] decodeBinaryValue(byte[] value)
ValueTranscoder
value
- to decodepublic byte[] encodeBinaryValue(byte[] value)
ValueTranscoder
value
- to encodepublic Class<byte[]> getType()
ValueTranscoder
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.