KtMongo
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
KtMongo
Kotlin BSON
/
opensavvy.ktmongo.bson.types
/
ByteVector
/
ByteVector
Byte
Vector
constructor
(
bytes
:
Collection
<
Byte
>
)
(
source
)
Constructs a
ByteVector
from a collection of bytes.
constructor
(
vararg
bytes
:
Byte
)
(
source
)
Constructs a
ByteVector
from multiple bytes.