Creates a Codec that writes a Uint8Array sentinel after the encoded
value and, when decoding, continues reading until the sentinel is found.
Note that, if the sentinel is found in the encoded value or not found in the byte array to decode, an error is thrown.
Creates a Codec that writes a
Uint8Arraysentinel after the encoded value and, when decoding, continues reading until the sentinel is found.Note that, if the sentinel is found in the encoded value or not found in the byte array to decode, an error is thrown.