trait Decompressor extends Serializable
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Decompressor
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
Concrete Value Members
- def byteOrder: ByteOrder
-
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.
- def predictorCode: Int
- def withPredictor(predictor: Predictor): Decompressor