struct BSON::Binary

Overview

Binary data.

Defined in:

bson/binary.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(subtype : SubType, data : Bytes) #

[View source]
def self.new(uuid : UUID) #

[View source]

Instance Method Detail

def data : Slice(UInt8) #

[View source]
def subtype : BSON::Binary::SubType #

[View source]