Uses of Enum Class
org.xerial.snappy.BitShuffleType
Packages that use BitShuffleType
-
Uses of BitShuffleType in org.xerial.snappy
Methods in org.xerial.snappy that return BitShuffleTypeModifier and TypeMethodDescriptionstatic BitShuffleType
Returns the enum constant of this class with the specified name.static BitShuffleType[]
BitShuffleType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.xerial.snappy with parameters of type BitShuffleTypeModifier and TypeMethodDescriptionstatic 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.