scodec

stream

package stream

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. stream
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type StreamCodec[A] = stream.codec.StreamCodec[A]

  2. type StreamDecoder[+A] = stream.decode.StreamDecoder[A]

  3. type StreamEncoder[-A] = stream.encode.StreamEncoder[A]

Value Members

  1. val StreamCodec: stream.codec.StreamCodec.type

  2. val StreamDecoder: stream.decode.StreamDecoder.type

  3. val StreamEncoder: stream.encode.StreamEncoder.type

  4. package codec

  5. package decode

    Module containing various streaming decoding combinators.

  6. package encode

Inherited from AnyRef

Inherited from Any

Ungrouped