public static class SequenceEncoders.CopyEncoder extends Object implements SequenceEncoders.IEncoder
| Constructor and Description |
|---|
CopyEncoder() |
| 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) |
String |
toString() |
EncoderType |
type() |
public com.carrotsearch.hppc.ByteArrayList encode(com.carrotsearch.hppc.ByteArrayList src,
com.carrotsearch.hppc.ByteArrayList derived,
com.carrotsearch.hppc.ByteArrayList encodedBuffer)
encode in interface SequenceEncoders.IEncoderpublic com.carrotsearch.hppc.ByteArrayList decode(com.carrotsearch.hppc.ByteArrayList src,
com.carrotsearch.hppc.ByteArrayList encoded,
com.carrotsearch.hppc.ByteArrayList derivedBuffer)
decode in interface SequenceEncoders.IEncoderpublic EncoderType type()
type in interface SequenceEncoders.IEncoderCopyright © 2015. All rights reserved.