col_from_packet

col_from_packet(packet: Buffer, differentia_bit_width: int, stratum_retention_policy: Callable, differentiae_byte_bit_order: Literal['big', 'little'] = 'big', num_strata_deposited_byte_order: Literal['big', 'little'] = 'big', num_strata_deposited_byte_width: int = 4) HereditaryStratigraphicColumn

Deserialize a HereditaryStratigraphicColumn from a differentia packet and column configuration specification information.

Use when buffer size equals packet size.

See Also

col_from_packet_buffer: use when buffer size exceeds packet size.