Skip to content
Павел Клементьев edited this page Feb 28, 2015 · 2 revisions

Documentation wiki for zerg project

Field types

  • 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.
Clone this wiki locally