-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
Description
It seems the spec does not provide an option for alignment for the starting of repeating groups or var data. For example, the var data header could be a length field of type uint32 that is followed by a string of 13 bytes, then the following repeating group or var data field would have it header unaligned for the blockLength/length member.
It possible solution would be to have an alignment attribute for the schema that would be used to align fields such as repeating group headers and var data header on alignment boundaries.