# Functions
MakeCodec is a simple function to find a Codec factory function and return its output.
Recognise selects a factory function and steps the cursor forward after the Magic to be ready to call the Decode method on the Codec inside.
Register adds a new factory constructor function associated with a provided Magic bytes.
# Type aliases
No description provided by the author