decode
Decode
Decodes a byte stream into a string.
Decode (Host)
Decodes a byte array into a string.
Return
The decoded string.
Parameters
The byte array to decode.
Decode (Host Streams)
Decodes an input stream of bytes into a string.
Return
The decoded string.
Parameters
The stream to decode.
Decode (Host Channels)
Consumes and decodes an input channel into a string.
Return
The decoded string.
Parameters
The channel to consume.
Decode (Host Buffer)
Consumes and decodes an input buffer of bytes to a string.
Return
The decoded string.
Parameters
The buffer to consume.
Decode
Decodes a byte stream into a string.
Return
The decoded string.
Parameters
The buffer to decode.
Decode with Options
Decodes a byte stream into a string, potentially with options.
Parameters
The buffer to decode.
The options to use when decoding.
Decode with Options
Decodes a byte stream into a string, potentially with options; this method is for host-side dispatch only.
Parameters
The buffer to decode.
The options to use when decoding.
Host Decode
Decodes a ByteBuffer using the provided options and this text decoder's assigned encoding.
Parameters
The buffer to decode.
The options to use when decoding.