Creates a decoder that continues reading until a Uint8Array sentinel is found.
Uint8Array
If the sentinel is not found in the byte array to decode, an error is thrown.
Creates a decoder that continues reading until a
Uint8Arraysentinel is found.If the sentinel is not found in the byte array to decode, an error is thrown.