addDecoderSizePrefix
Call Signature
Bounds the size of the nested decoder by reading its encoded prefix.
See addCodecSizePrefix for more information.
Type Parameters
| Type Parameter | Description |
|---|---|
TTo | The type of the decoded value. |
Parameters
| Parameter | Type |
|---|---|
decoder | FixedSizeDecoder<TTo> |
prefix | FixedSizeNumberDecoder |
Returns
FixedSizeDecoder<TTo>
See
Call Signature
Bounds the size of the nested decoder by reading its encoded prefix.
See addCodecSizePrefix for more information.
Type Parameters
| Type Parameter | Description |
|---|---|
TTo | The type of the decoded value. |
Parameters
| Parameter | Type |
|---|---|
decoder | Decoder<TTo> |
prefix | NumberDecoder |
Returns
VariableSizeDecoder<TTo>