- Index
- »
- fan.haystack
- »
- Bin
Bin
@Js
const class Bin : Obj
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.
Construct with mime type string
MimeType of the bin file
Bin for "text/plain
const static Bin : defVal
Bin for "text/plain; charset=utf-8".
virtual Bool equals(Obj? that)
virtual Int hash()
static new make(Str mime)
Construct with mime type string.
const MimeType : mime
MimeType of the bin file.
virtual Str toStr()