the value type of the decoded object
the input argument interface needed for decoding in the forward method (could be empty)
Protected default_Protected Readonly statesProtected stackProtected lostinformation lost in the forward transformation should be stored here. the lost information may be needed for the backward transformation.
the forward transformation function
backward transformation in the BinaryStep is defined so that it is not reliant the decoded object's original bytelength len member.
Rest ...states: (keyof STATES)[]Generated using TypeDoc
a pure binary step is a class capable of encoding and decoding binary data without the lose of invertibility information during either transformations.
forwardmethod behaves like a decoderbackwardmethod behaves like an encoder