trait Compressor extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Compressor
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def compress(bytes: Array[Byte], segmentIndex: Int): Array[Byte]
  2. abstract def createDecompressor(): Decompressor

    Returns the decompressor that can decompress the segments compressed by this compressor