◆ ~IDecompressor()
template<class TIn , class TOut >
Pure virtual class needs virtual destructor so derived classes can call their own destructors
◆ decompress() [1/2]
template<class TIn , class TOut >
Used primarily for Tiled related decompression.
- Parameters
-
- Returns
- Decompressed data
Implemented in tson::Base64Decompressor.
◆ decompress() [2/2]
template<class TIn , class TOut >
◆ decompressFile()
template<class TIn , class TOut >
◆ name()
template<class TIn , class TOut >
If the name matches with 'compression' or 'encoding' the decompress() function will be called automatically for the actual Layer. Encoding-related matching is handled first!
Known values:
compression: zlib, gzip, zstd (since Tiled 1.3) or empty (default) (tilelayer only). encoding: csv (default) or base64 (tilelayer only).
- Returns
Implemented in tson::Base64Decompressor.
The documentation for this class was generated from the following file: