Interfaces
FixedSizeDecoder
An object that can decode a fixed-size byte array into a value of type TTo.
See Decoder to learn more about creating and composing decoders.
Example
See
Type Parameters
Type Parameter | Default type | Description |
---|---|---|
TTo | - | The type of the decoded value. |
TSize extends number | number | The fixed size of the encoded value in bytes. |