public static interface TypedValueCombiner.Encoder<V>
Modifier and Type | Method and Description |
---|---|
V |
decode(byte[] b) |
byte[] |
encode(V v) |
byte[] encode(V v)
V decode(byte[] b) throws ValueFormatException
ValueFormatException
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.