scodec

io.bullet.borer.compat.scodec$
object scodec

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
scodec.type

Members list

Concise view

Type members

Classlikes

object ByteVectorByteAccess extends ByteAccess[ByteVector]

ByteAccess for ByteVector.

ByteAccess for ByteVector.

Attributes

Graph
Supertypes
trait ByteAccess[ByteVector]
class Object
trait Matchable
class Any
Self type
final class ByteVectorOutput(bufferSize: Int, allowBufferCaching: Boolean) extends Output

Mutable Output implementation for serializing to ByteVector.

Mutable Output implementation for serializing to ByteVector.

Attributes

Graph
Supertypes
trait Output
class Object
trait Matchable
class Any
object ByteVectorOutputProvider extends ToTypeProvider[ByteVector]

Attributes

Graph
Supertypes
trait ToTypeProvider[ByteVector]
class Object
trait Matchable
class Any
Self type
object ByteVectorProvider extends Provider[ByteVector]

Input around ByteVector.

Input around ByteVector.

Attributes

Graph
Supertypes
trait Provider[ByteVector]
class Object
trait Matchable
class Any
Self type
final class FromByteVector(byteVector: ByteVector) extends Input[ByteVector]

Attributes

Graph
Supertypes
trait Input[ByteVector]
class Object
trait Matchable
class Any

Implicits

Implicits

implicit val ByteVectorCodec: Codec[ByteVector]

Encoding and Decoding for ByteVector.

Encoding and Decoding for ByteVector.

Attributes