public static class LongCombiner.StringEncoder extends AbstractLexicoder<Long>
Constructor and Description |
---|
StringEncoder() |
Modifier and Type | Method and Description |
---|---|
Long |
decode(byte[] b) |
protected Long |
decodeUnchecked(byte[] b,
int offset,
int len)
Decodes a byte array without checking if the offset and len exceed the bounds of the actual
array.
|
byte[] |
encode(Long v) |
decode
public byte[] encode(Long v)
public Long decode(byte[] b)
decode
in interface TypedValueCombiner.Encoder<Long>
decode
in class AbstractEncoder<Long>
protected Long decodeUnchecked(byte[] b, int offset, int len)
AbstractEncoder
decodeUnchecked
in class AbstractEncoder<Long>
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.