java.util.zip.ZipException: niepoprawna odległość za daleko podczas dekompresji

util.zip.ZipException: nieprawidłowa odległość za daleko od tego wyjątku, gdy dekompresuję moje dane .... występuje w tej linii

zipInput = new GZIPInputStream(fis);
bis = new BufferedInputStream(zipInput);
bis.read(buffer);//here exception occurs

proszę pomóż.

questionAnswers(1)

yourAnswerToTheQuestion