Creates an encoder that writes a Uint8Array sentinel after the encoded value.
This is useful to delimit the encoded value when being read by a decoder.
Note that, if the sentinel is found in the encoded value, an error is thrown.
Creates an encoder that writes a Uint8Array sentinel after the encoded value.
This is useful to delimit the encoded value when being read by a decoder.
Note that, if the sentinel is found in the encoded value, an error is thrown.
Creates an encoder that writes a
Uint8Arraysentinel after the encoded value. This is useful to delimit the encoded value when being read by a decoder.Note that, if the sentinel is found in the encoded value, an error is thrown.