Converts a string into a Uint8Array for use with compression/decompression methods
The string to encode
Whether or not to interpret the data as Latin-1. This should not need to be true unless decoding a binary string.
The string encoded in UTF-8/Latin-1 binary
Generated using TypeDoc
Converts a string into a Uint8Array for use with compression/decompression methods