esuslogo
 [To advertise Java(tm) Events here, contact joris@esus.com!]
banner

Java™
by example!






New @ Esus.com


  gb  In-house search engine for better results!

  gb  Get updates with the esus.com
newsletter!









  Home 
 Browse Categories 
 Ask a Java Question 
 Help 
  For Java Tips & Tricks, subscribe to the esus.com newsletter!
Search Java Q&A, Links, API's:   adv 

Become a member to observe this category
ZipFiles (java.util.zip.*)

A zipfile encapsulates the necessary functionality to work with ZIP files. The JDK provides classes to compress a stream of data or to compress multiple files and store the result in one file. A Jar file is similar to a ZipFile, it conforms to the same ZIP standard, but a Jar can be optionally associated with a Manifest file that describes the entries in that Jar. Check out the code examples and following sites.

Related Categories

JarFiles (java.util.jar.*)

Featured Books


Subcategories



      Questions & Answers
      = answered, = unanswered

      General:

        How do I compress data?
        How do I decompress data?
        How do I list the files that are contained in a Zip file?
        How do I calculate the checksum of a byte array?
        How do I calculate the checksum of a byte array using CRC32?
        How do I create a checksum of an inputstream?
        How do I create a checksum of an outputstream?
        How do I create my own checksum class?
        What is the difference between GZIP and ZIP?
        How do I zip a file in Java?
        How do I create a ZIP file containing multiple compressed files?
        How do I compress using the GZIP algorithm at runtime?
        How do I decompress using the GZIP algorithm at runtime?


      Further Information (sorted alphabetically)
      Api's:

      Articles:

      Related Links:

      Related Books:







      Terms of Service | Privacy Policy | Contact

      Copyright © 2000-2003 Esus.com - All Rights Reserved 
      Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. Esus.com is independent of Sun Microsystems, Inc. All other trademarks are the sole property of their respective owners.