Abstract
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 is a class capable of encoding and decoding binary data.
forward
method behaves like a decoderbackward
method behaves like an encoderif a certain kind of
BinaryStep
does not lose data when decoding, it is considered to be pure. if that is the case, you should instead use theBinaryPureStep
, which offers much more benefits.