Bson.Bin

Represents Binary data

Source

Summary

new(bin, subtype)

Retruns a struct Bson.Bin

subtyx(atom1)

Returns the subtype of the bynary data (Binary is the default). Other subtypes according to specs are:

xsubty(int1)

Returns the atom coresponding to the subtype of the bynary data

Functions

new(bin, subtype)

Retruns a struct Bson.Bin

Source
subtyx(atom1)

Returns the subtype of the bynary data (Binary is the default). Other subtypes according to specs are:

  • :binary - Binary / Generic
  • :function - Function
  • :binary.Old - Binary (Old)
  • :uuid_old - UUID (Old)
  • :uuid - UUID
  • :md5 - MD5
  • :usrer - User defined
Source
xsubty(int1)

Returns the atom coresponding to the subtype of the bynary data

Source