Package

me.maciejb

snappyflows

Permalink

package snappyflows

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. snappyflows
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class CompressedData(data: ByteString, checksum: Int) extends SnappyChunk with Product with Serializable

    Permalink
  2. class IllegalChunkFlag extends SnappyException

    Permalink
  3. class InvalidChecksum extends SnappyException

    Permalink
  4. class InvalidHeader extends SnappyException

    Permalink
  5. sealed trait SnappyChunk extends AnyRef

    Permalink
  6. class SnappyException extends Exception

    Permalink
  7. case class UncompressedData(data: ByteString, checksum: Int) extends SnappyChunk with Product with Serializable

    Permalink

Value Members

  1. object NoData extends SnappyChunk with Product with Serializable

    Permalink
  2. object SnappyChecksum

    Permalink
  3. object SnappyChunk

    Permalink
  4. object SnappyFlows

    Permalink
  5. object SnappyFramed

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped