Searched refs:CompressType (Results 1 – 3 of 3) sorted by relevance
24 private _compressType: number = CompressType.COMPRESS_NONE; // uint8_t198 enum CompressType { enum
22 … enum CompressType { COMPRESS_NONE, COMPRESS_LZ4, COMPRESS_LZ77, COMPRESS_LZMA, COMPRESS_BROTLI }; enum