-
Notifications
You must be signed in to change notification settings - Fork 58
Typesets
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 callingtoURI
without argument). -
jBinary.littleEndian
- sets endianness for this format.