const classcamAxonPlugin::Bin

sys::Obj
  camAxonPlugin::Bin

@Js

Bin is a tag value for a binary file stored on disk rather than in the in-memory record database. The Bin instance itself stores the MIME type.

defVal

Source

const static Bin defVal := utf-8")

Bin for "text/plain; charset=utf-8".

equals

Source

virtual override Bool equals(Obj? that)

hash

Source

virtual override Int hash()

make

Source

static new make(Str mime)

Construct with mime type string.

mime

Source

const MimeType mime

MimeType of the bin file.

toStr

Source

virtual override Str toStr()