-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Павел Клементьев edited this page Feb 28, 2015
·
2 revisions
- Int - Integer value up to 32 bits size.
- String - String value unlimited size in bytes.
- Padding - Field that return nothing but allow you to skip given amount of bits.
- Enum - Field that choose one of given value based on integer read value.
- Conditional - Field that transform into one of given field based on back linked value.
- Collection - Field that wrap named list of fields. Some kind of recursively compound field.