the value type of the decoded object
the input argument interface needed for decoding in the forward
method (could be empty)
Protected
Readonly
conditionsProtected
default_Protected
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.
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.
forward
method behaves like a decoderbackward
method behaves like an encoder