ByteVector

constructor(bytes: Collection<Byte>)(source)

Constructs a ByteVector from a collection of bytes.


constructor(vararg bytes: Byte)(source)

Constructs a ByteVector from multiple bytes.