Packages

p

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
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. def toLazyBitVector(in: Stream[IO, BitVector], bufferSize: Int = 100)(implicit ec: ExecutionContext): BitVector

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

Inherited from AnyRef

Inherited from Any

Ungrouped