Package

com.svenvandam.htypes

bytes

Permalink

package bytes

Visibility
  1. Public
  2. All

Type Members

  1. trait ByteCodec[A] extends ByteDecoder[A] with ByteEncoder[A]

    Permalink

    Type class that combines a ByteEncoder and a ByteDecoder for type A

  2. trait ByteCodecInstances extends AnyRef

    Permalink

    ByteEncoder and ByteDecoder instances for primitives.

  3. trait ByteDecoder[A] extends Decoder[Array[Byte], A]

    Permalink

    A type class that provides a way to produce a value of type A from a byte array.

  4. trait ByteEncoder[A] extends Encoder[Array[Byte], A]

    Permalink

    A type class that provides a conversion from a value of type A to a byte array.

  5. trait ByteSyntax extends AnyRef

    Permalink

Value Members

  1. object ByteCodec

    Permalink
  2. object ByteCodecInstances extends ByteCodecInstances

    Permalink
  3. object ByteDecoder

    Permalink
  4. object ByteEncoder

    Permalink
  5. object ByteSyntax extends ByteSyntax

    Permalink
  6. object ByteUtils

    Permalink

Ungrouped