IBlockCodec
Description
- Extended by
-
BlockCodec abstract
Base interface for block-based codecs (i.e. encoders/decoders).
Public / Attributes
BlockLengthInput
Length of a single input block, in bytes.
This is the number of bytes that are read from the input during each call to ProcessBlock()
.