Base function for creating field factories that parse and prepare binary data with a given codec.
A factory for creating fields that parse and prepare binary data with the given codec.
The type of the field's value.
A codec for encoding and decoding binary data to and from values of type T.
Optional
A function for padding binary data to a given length.
Generated using TypeDoc
Base function for creating field factories that parse and prepare binary data with a given codec.
Returns
A factory for creating fields that parse and prepare binary data with the given codec.