class PackBitsDecompressor extends Decompressor

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PackBitsDecompressor
  2. Decompressor
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PackBitsDecompressor(segmentSizes: Array[Int])

Value Members

  1. def byteOrder: ByteOrder
    Definition Classes
    Decompressor
  2. def code: Int
    Definition Classes
    PackBitsDecompressorDecompressor
  3. def decompress(segment: Array[Byte], segmentIndex: Int): Array[Byte]
    Definition Classes
    PackBitsDecompressorDecompressor
  4. def flipEndian(bytesPerFlip: Int): Decompressor

    Internally, we use the ByteBuffer's default byte ordering (BigEndian).

    Internally, we use the ByteBuffer's default byte ordering (BigEndian). If the decompressed bytes are LittleEndian, flip 'em.

    Definition Classes
    Decompressor
  5. def predictorCode: Int
    Definition Classes
    Decompressor
  6. def withPredictor(predictor: Predictor): Decompressor
    Definition Classes
    Decompressor