Questions tagged [deflate]

deflate is a lossless data compression format, and also refers to implementations that compress to the deflate format. The deflate format was created by Phil Katz of PKWare for the PKZip (.zip) archive format. Public domain software provides deflate and inflate functionality in the gzip utility and the zlib library.

Documentation of the deflate format may be found in RFC-1951

588 questions
-2
votes
1 answer

Opencart Gzip doesnt work

I couldnt find the solution everything is ok on the server and htacess file. But on my xxxxx.com doest work gzip.But xxxxx.com/admin gzip working. I need to activate to gzip to my homepage because website loading time is about 9sec. Anyone can help…
-4
votes
1 answer

Why does InflaterInputStream#available() violates Liskov Substitution Principle?

From Android Reference: Although consistent with the RI, this behavior is inconsistent with available(), and violates the Liskov Substitution Principle. This method should not be used. Why and how does this method violates the principle? As a…
kolistivra
  • 4,229
  • 9
  • 45
  • 58
1 2 3
39
40