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 that has its input args extending the
LengthedArgsinterface. in other words:forward_input["args"] extends { length: number }.this interface is particularly useful, as many of the binary step classes are composed of binary steps with the
lengthargument parameter.see
BinaryLengthedDataStepfor the impure step equivalent.