scodec

object scodec
class Object
trait Matchable
class Any
scodec.type

Type members

Classlikes

object ByteVectorByteAccess extends ByteAccess[ByteVector]

ByteAccess for ByteVector.

ByteAccess for ByteVector.

final class ByteVectorOutput(bufferSize: Int, allowBufferCaching: Boolean) extends Output

Mutable Output implementation for serializing to ByteVector.

Mutable Output implementation for serializing to ByteVector.

object ByteVectorOutputProvider extends ToTypeProvider[ByteVector]
object ByteVectorProvider extends Provider[ByteVector]

Input around ByteVector.

Input around ByteVector.

final class FromByteVector(byteVector: ByteVector) extends Input[ByteVector]

Implicits

Implicits

implicit val ByteVectorCodec: Codec[ByteVector]

Encoding and Decoding for ByteVector.

Encoding and Decoding for ByteVector.