zip with java

Discussion in 'Java' started by sallu, Jan 11, 2005.

  1. sallu

    sallu New Member

    Joined:
    Oct 21, 2004
    Messages:
    6
    Likes Received:
    0
    Trophy Points:
    0
    hi,
    i have a problem while developing a zip utility in java. we can zip a file and but not a directory(according to my knowledge)? how can i do it ? and can u refer me a resource of how zip actually works i.e. i mean to say zip algorithm.

    waiting
    sallu
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Thats not true

    Using Zip utility provided by Java

    See the ZipInputStream and ZipOutputStream at http://java.sun.com/j2se/1.4.2/docs/api/java/util/zip/package-summary.html
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice