已答覆 what algorithm does "mszip" use?

  • Tuesday, May 15, 2012 12:16 PM
     
     

    Hello all,

        I wrote a program to poll data from server, to reduce the size of package, I compress the data at server using java.util.zip, and it use DEFLATED algorithm. But I failed to decompress it by using Windows.Storage.Compression.Decompressor(). Do they use different algorithm, or Decompressor cann't use for decompress data from server?

All Replies