tags:

views:

30

answers:

1

this is dankogai's javascript deflate http://github.com/dankogai/js-deflate I can't inflate from c#,please help me

A: 

From the looks of it, it uses the standard GZip INFLATE/DEFLATE algorithms.

Just a question, why do you need to inflate it outside the browser?

leppie
I need to transfer compress string to the server side,and server side decompression
guaike