BinaryCodecs

skunk.codec.BinaryCodecs
trait BinaryCodecs

Attributes

Source
BinaryCodecs.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllCodecs
object all.type
object binary.type

Members list

Value members

Concrete methods

def bit(length: Int): Codec[BitVector]

Attributes

Source
BinaryCodecs.scala
def varbit(length: Int): Codec[BitVector]

Attributes

Source
BinaryCodecs.scala

Concrete fields

Attributes

Source
BinaryCodecs.scala
val bytea: Codec[Array[Byte]]

Attributes

Source
BinaryCodecs.scala

Attributes

Source
BinaryCodecs.scala