decodeBinaryData

Decodes a binary blob.

The BsonType.BinaryData type stores an additional byte to know what kind of data is stored. To decode that type, see decodeBinaryDataType.

The binary data types 0..127 are reserved. The data types 128..255 are available for custom use.

The binary data type 0 is a generic subtype that can be used for any usage.

Note that the KtMongo library provides utilities for some specific binary types:

External resources

Throws