public static interface SequenceEncoders.IEncoder
Modifier and Type | Method and Description |
---|---|
com.carrotsearch.hppc.ByteArrayList |
decode(com.carrotsearch.hppc.ByteArrayList src,
com.carrotsearch.hppc.ByteArrayList encoded,
com.carrotsearch.hppc.ByteArrayList derivedBuffer) |
com.carrotsearch.hppc.ByteArrayList |
encode(com.carrotsearch.hppc.ByteArrayList src,
com.carrotsearch.hppc.ByteArrayList derived,
com.carrotsearch.hppc.ByteArrayList encodedBuffer) |
EncoderType |
type() |
com.carrotsearch.hppc.ByteArrayList encode(com.carrotsearch.hppc.ByteArrayList src, com.carrotsearch.hppc.ByteArrayList derived, com.carrotsearch.hppc.ByteArrayList encodedBuffer)
com.carrotsearch.hppc.ByteArrayList decode(com.carrotsearch.hppc.ByteArrayList src, com.carrotsearch.hppc.ByteArrayList encoded, com.carrotsearch.hppc.ByteArrayList derivedBuffer)
EncoderType type()
Copyright © 2015. All rights reserved.