Constructs an instance of ZLIBTextCompressor
Compresses the given text.
Note: The dictionary used during compression should be the same as that being used during decompression.
the text that needs to be compressed
that will be used to seed the compression library to improve compression's performance
a compressed text
Decompresses the given text and returns the original text.
Note: The dictionary used during compression should be the same as that being used during decompression.
that will be decompressed
that will be used to seed the compression library to improve decompression's performance
decompressed string
Generated using TypeDoc
ZLIBTextCompressor Performs the text compression and decompression using zlib