Overview#
Padding bit is used in aligned encoding where data structures are aligned on octet or other boundaries, meaning there may be some number of bits used to reach some bounderyPadding bit is NOT used in Unaligned encoding, but presumably at some cost in CPU time.