Skip to content
Ingvar Stepanyan edited this page Aug 27, 2013 · 5 revisions

Typesets normally are just object dictionaries of typeName => type pairs with types that can refer to each other, but they may also contain special config values that set some global options or modes for entire typeset.

As for now, such options are:

  • jBinary.all - reference to general type that represents entire data; required for enabling user to read/write entire file at once.
  • jBinary.mimeType - sets mime-type which should be used for saving data from this typeset (i.e., when calling toURI without argument).
  • jBinary.littleEndian - sets endianness for this format.
Clone this wiki locally