Enum CompressionStrategy

  • All Implemented Interfaces:
    Serializable, Comparable<CompressionStrategy>

    public enum CompressionStrategy
    extends Enum<CompressionStrategy>
    Compression strategy is used to compress block of bytes without knowledge of what data the bytes represents. When adding compression strategy, do not use id in the range [0x7C, 0xFD] (greater than 123 or less than -2), since a flag mechanism is used in CompressionFactory that involves subtracting the value 126 from the compression id (see CompressionFactory.FLAG_BOUND)