public class BytesLexicoder extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder<byte[]> implements Lexicoder<byte[]>
ReverseLexicoder
.Constructor and Description |
---|
BytesLexicoder() |
Modifier and Type | Method and Description |
---|---|
byte[] |
decode(byte[] data) |
protected byte[] |
decodeUnchecked(byte[] data,
int offset,
int len)
If offset == 0 and len == data.length, returns data.
|
byte[] |
encode(byte[] data) |
decode
public byte[] encode(byte[] data)
encode
in interface org.apache.accumulo.core.iterators.TypedValueCombiner.Encoder<byte[]>
public byte[] decode(byte[] data)
decode
in interface org.apache.accumulo.core.iterators.TypedValueCombiner.Encoder<byte[]>
decode
in class AbstractEncoder<byte[]>
protected byte[] decodeUnchecked(byte[] data, int offset, int len)
decodeUnchecked
in class AbstractEncoder<byte[]>
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.