• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Getting CRC value -1 on Unzip

 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi..
I have zipped few files and have set each ZipEntry's crc value to updated CRC with the corresponding file's checksum and I have logged those values.
But, If I unzip the zipped file and print the CRC for each zip entry, all are having value "-1".

Nothing has been changed in the zip file.

Can some one please brief what might be the reason?

Thanks,
reply
    Bookmark Topic Watch Topic
  • New Topic