Menu

LZMA2 - RAM to RAM Compression (Lzma2Encode)?

2010-11-19
2014-01-23
  • Nabil Amine

    Nabil Amine - 2010-11-19

    I want to use 'Lzma2Encode' fuction but LZMA2 9.20 beta does'nt support it.
    Lzma2Enc_Encode used for ISeqOutStream but not for 'char*' buffer

     
  • Igor Pavlov

    Igor Pavlov - 2010-11-19

    Is it big problem?
    Just implement  ISeqOutStream. You can find many examples in source code.

     
  • mark

    mark - 2014-01-22

    Yes, it is a big problem. I hate it when people write undocumented libraries. If you write a library do it good or don't do it at all. I hate to say it. People shouldn't know the internals of your library in order to use it.

     
  • foxpat

    foxpat - 2014-01-23

    hey Mark, chilax a bit.
    Igor is doing all of us a huge favor sharing an amazing piece of code (with its source) for free. I think he should hear no more than "Thank you Igor" from all of us using his source code.

     

    Last edit: foxpat 2014-01-23

Log in to post a comment.