DeMultiplexer

scodec.codecs.DeMultiplexer$

Attributes

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

Members list

Concise view

Value members

Concrete methods

def delimited(bits: BitVector, delimiter: BitVector): (BitVector, BitVector)

Returns a (next, rest) tuple where next is the prefix of the input preceding the first occurrence of delimiter.

Returns a (next, rest) tuple where next is the prefix of the input preceding the first occurrence of delimiter.

Note: The search for delimiter is performed at delimiter sized intervals.

Attributes

bits

the input bits

delimiter

the separator bits

Source:
MultiplexedCodec.scala