Package | Description |
---|---|
org.xerial.snappy |
Snappy API for compressing/decompressing data.
|
Modifier and Type | Method and Description |
---|---|
static BitShuffleType |
BitShuffleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitShuffleType[] |
BitShuffleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int |
BitShuffle.shuffle(ByteBuffer input,
BitShuffleType type,
ByteBuffer shuffled)
Apply a bit-shuffling filter into the content in the given input buffer.
|
static int |
BitShuffle.unshuffle(ByteBuffer shuffled,
BitShuffleType type,
ByteBuffer output)
Convert the input bit-shuffled byte array into an original array.
|
Copyright © 2024 xerial.org. All rights reserved.