Abstract the value type of the decoded object
the input argument interface needed for decoding in the forward method (could be empty)
Protected lostinformation lost in the forward transformation should be stored here. the lost information may be needed for the backward transformation.
Abstract forwardthe forward transformation function
Abstract backwardbackward 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.
forwardmethod behaves like a decoderbackwardmethod behaves like an encoder