views:

15

answers:

0

Hi,

I have a zipx file that is using compression method 2048. I know that the ZIPX format uses one of four compression methods (LZMA, BZIP2, PPMd, WavPack). The compression method number associated with each of these methods is:

  • LZMA (14)
  • BZIP2 (12)
  • PPMd (98)
  • WavPack (97)

Does someone understand what compression method 2048 stands for (name)? Thank you.