How can i decompress a String that was zipped by PHP gzcompress() function?
Any full examples?
thx
I tried it now like this:
public s
Try a GZIPInputStream. See this example and this SO question.