BlockCodec

fs2.protocols.pcapng.BlockCodec
object BlockCodec

Attributes

Source
BlockCodec.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
BlockCodec.type

Members list

Value members

Concrete methods

inline def byBlockBytesCodec[L <: Tuple](hexConstant: ByteVector, blockBytesCodec: Codec[L])(implicit ord: ByteOrdering): Codec[Concat[Unit *: Length *: L, Unit *: EmptyTuple]]

Attributes

Source
BlockCodec.scala
def ignored(hexConstant: ByteVector)(implicit ord: ByteOrdering): Codec[Length *: ByteVector *: EmptyTuple]

Attributes

Source
BlockCodec.scala
inline def unknownByteOrder[L <: Tuple](hexConstant: ByteVector)(f: Length => Codec[L]): Codec[Concat[Unit *: Length *: L, Unit *: EmptyTuple]]

Attributes

Source
BlockCodec.scala
def unrecognizedBlockType(implicit ord: ByteOrdering): Codec[ByteVector *: Length *: ByteVector *: EmptyTuple]

Attributes

Source
BlockCodec.scala