sprout42/StarStruct

Allow a length bytes field to "track" how many bytes have already been unpacked?

sprout42 opened this issue · 0 comments

If a length in bytes field can track multiple fields (issue #17) then it might be best if when unpacking a byte stream if the number of bytes unpacked can be checked later to ensure that the number of bytes unpacked for the multiple fields matches the value of the unpacked "length_in_bytes" field.