scodec

stream

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
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. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  2. val StreamCodec: stream.codec.StreamCodec.type

  3. val StreamDecoder: stream.decode.StreamDecoder.type

  4. val StreamEncoder: stream.encode.StreamEncoder.type

  5. package codec

  6. package decode

    Module containing various streaming decoding combinators.

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

  7. package encode

  8. def toLazyBitVector(p: Process[Task, BitVector], bufferSize: Int = 100)(implicit S: Strategy): BitVector

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

Inherited from AnyRef

Inherited from Any

Ungrouped