Class BinaryHeaderLengthedStep<HEAD_STEP, BODY_STEP, HEAD_ARGS, BODY_ARGS>

a pure binary step is a class capable of encoding and decoding binary data without the lose of invertibility information during either transformations.

  • the forward method behaves like a decoder
  • the backward method behaves like an encoder

Type Parameters

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

head_step: HEAD_STEP
body_step: BODY_STEP
lost: never

information lost in the forward transformation should be stored here. the lost information may be needed for the backward transformation.

Methods

Generated using TypeDoc