Protected
Abstract
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 binary step that has its input args extending the
LengthedArgs
interface. 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
length
argument parameter. seeBinaryLengthedDataPureStep
for the pure step equivalent.