Package

scodec

stream

Permalink

package stream

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. stream
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

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

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

    Permalink

Value Members

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

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

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

    Permalink
  4. package codec

    Permalink
  5. package decode

    Permalink

    Module containing various streaming decoding combinators.

    Module containing various streaming decoding combinators. Decoding errors are represented using scodec.stream.decode.DecodingError.

  6. package encode

    Permalink
  7. def toLazyBitVector(in: Stream[Task, BitVector], bufferSize: Int = 100)(implicit strategy: Strategy): BitVector

    Permalink

    Constructs a lazy BitVector by continuously reading from the supplied stream until it halts.

Inherited from AnyRef

Inherited from Any

Ungrouped