bson
master-dev
Array
BigInt
Bool
BSON
Binary
SubType
Code
DBPointer
Decimal128
InvalidRange
InvalidString
Element
Field
Item
MaxKey
MinKey
ObjectId
StringConverter
Options
RecursiveValue
Serializable
Symbol
Timestamp
Undefined
Value
Float64
Hash
Int32
Int64
Nil
Regex
Slice
String
Time
UUID
struct
BSON::Binary
BSON::Binary
Struct
Value
Object
Overview
Binary data.
Defined in:
Constructors
.new
(subtype : SubType, data : Bytes)
.new
(uuid : UUID)
Instance Method Summary
#data
: Slice(UInt8)
#subtype
: BSON::Binary::SubType
Constructor Detail
def self.
new
(subtype :
SubType
, data : Bytes)
#
def self.
new
(uuid :
UUID
)
#
Instance Method Detail
def
data
:
Slice(UInt8)
#
def
subtype
:
BSON::Binary::SubType
#