ByteVector

fun ByteVector(bytes: ByteArray)
fun ByteVector(input: String)
fun ByteVector(    bytes: ByteArray,     offset: Int,     size: Int)