There's no documentation for this item.
| Classes | |
|---|---|
| Compressor | The ancestor class of all compression implementations. |
| Decompressor | The ancestor class of all decompression implementations. |
| NoneCompressor | The "none" compression algorithm. |
| NoneDecompressor | The "none" decompression algorithm. |
| ZLibCompressor | The "zlib" compression algorithm. |
| ZLibDecompressor | The "zlib" decompression algorithm. |
| Public Methods | |
|---|---|
| register_ |
Register all services that manage the compression and decompression of data. |
<code/>and<pre/>for code samples.