mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
Parse your binary data into dataclasses. Pack your dataclasses into binary data. construct-classes rely on construct for parsing and packing. The programmer needs to manually write the Construct expressions. There is also no type verification, so it is the programmer's responsibility that the dataclass and the Construct expression match.
7 lines
341 B
Text
7 lines
341 B
Text
Parse your binary data into dataclasses. Pack your dataclasses into
|
|
binary data.
|
|
|
|
construct-classes rely on construct for parsing and packing. The
|
|
programmer needs to manually write the Construct expressions. There is
|
|
also no type verification, so it is the programmer's responsibility that
|
|
the dataclass and the Construct expression match.
|