BinaryCodec

trait BinaryCodec[A] extends Codec[Chunk[Byte], Byte, A]
Companion:
object
trait Codec[Chunk[Byte], Byte, A]
trait Decoder[Chunk[Byte], Byte, A]
trait Encoder[Chunk[Byte], Byte, A]
class Object
trait Matchable
class Any

Value members

Inherited methods

def decode(whole: Chunk[Byte]): Either[DecodeError, A]
Inherited from:
Decoder
def encode(value: A): Chunk[Byte]
Inherited from:
Encoder
def streamDecoder: ZPipeline[Any, DecodeError, Byte, A]
Inherited from:
Decoder
def streamEncoder: ZPipeline[Any, Nothing, A, Byte]
Inherited from:
Encoder