<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Class to process zip files</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Sat, 25 May 2013 01:40:23 -0400</pubDate>


    <item>

        <title>Re: Class to process zip files</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=44480</link>

        

        
            <description><![CDATA[I usually use for work with zip files different tools.But once some important zip archives were damaged.And no one of these tools couldn't help me.And a friend recommended to me-<a class="jive-link-external"...]]></description>
        

        <pubDate>Sun, 25 Oct 2009 08:06:31 -0400</pubDate>

        

        <jf:creationDate>Sun, 25 Oct 2009 08:06:31 -0400</jf:creationDate>
        <jf:modificationDate>Sun, 25 Oct 2009 08:06:31 -0400</jf:modificationDate>
        <jf:date>Oct 25, 2009</jf:date>
        <jf:author>AlexKrenvalk</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Class to process zip files</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=44480</link>

        

        
            <description><![CDATA[this example uses JarFile, but you can use ZipFile/ZipEntry instead, it works exactly the same.

Emil.]]></description>
        

        <pubDate>Tue, 06 Mar 2007 06:05:57 -0500</pubDate>

        

        <jf:creationDate>Tue, 06 Mar 2007 06:05:57 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 06 Mar 2007 06:05:57 -0500</jf:modificationDate>
        <jf:date>Mar 6, 2007</jf:date>
        <jf:author>Emil Kirschner</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: Class to process zip files</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=44480</link>

        

        
            <description><![CDATA[here's an example that shows how to read from a zip entry:...]]></description>
        

        <pubDate>Tue, 06 Mar 2007 06:02:58 -0500</pubDate>

        

        <jf:creationDate>Tue, 06 Mar 2007 06:02:58 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 06 Mar 2007 06:02:58 -0500</jf:modificationDate>
        <jf:date>Mar 6, 2007</jf:date>
        <jf:author>Emil Kirschner</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Re: Class to process zip files</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=44480</link>

        

        
            <description><![CDATA[It seems that you have to use ZipInputStream in a very specific way to make it work. Also there is a bug since JDK 1.4 that the class will throw an exception if it finds UTF character in the file names.]]></description>
        

        <pubDate>Sat, 03 Mar 2007 22:16:43 -0500</pubDate>

        

        <jf:creationDate>Sat, 03 Mar 2007 22:16:43 -0500</jf:creationDate>
        <jf:modificationDate>Sat, 03 Mar 2007 22:16:43 -0500</jf:modificationDate>
        <jf:date>Mar 3, 2007</jf:date>
        <jf:author>Nestor Boscan</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Class to process zip files</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=44480</link>

        

        
            <description><![CDATA[Thanks for the reply...]]></description>
        

        <pubDate>Sat, 03 Mar 2007 21:33:24 -0500</pubDate>

        

        <jf:creationDate>Sat, 03 Mar 2007 21:33:24 -0500</jf:creationDate>
        <jf:modificationDate>Sat, 03 Mar 2007 21:33:24 -0500</jf:modificationDate>
        <jf:date>Mar 3, 2007</jf:date>
        <jf:author>Nestor Boscan</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>Or</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=44480</link>

        

        
            <description><![CDATA[Or perhaps Jakarta Commons Compress?...]]></description>
        

        <pubDate>Fri, 02 Mar 2007 05:43:30 -0500</pubDate>

        

        <jf:creationDate>Fri, 02 Mar 2007 05:43:30 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 02 Mar 2007 05:43:30 -0500</jf:modificationDate>
        <jf:date>Mar 2, 2007</jf:date>
        <jf:author>Ben Wilcock</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Class to process zip files</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=44480</link>

        

        
            <description><![CDATA[Why not use java.util.zip.ZipInputStream from the JDK?]]></description>
        

        <pubDate>Fri, 02 Mar 2007 04:36:24 -0500</pubDate>

        

        <jf:creationDate>Fri, 02 Mar 2007 04:36:24 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 02 Mar 2007 04:36:24 -0500</jf:modificationDate>
        <jf:date>Mar 2, 2007</jf:date>
        <jf:author>L H</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>


    <item>

        <title>Class to process zip files</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=44480</link>

        

        
            <description><![CDATA[Hi

Is there an open source library that can help me unzip an InputStream that contains a zip doument and obtain an InputStream for each file inside the zip?.]]></description>
        

        <pubDate>Thu, 01 Mar 2007 22:34:08 -0500</pubDate>

        

        <jf:creationDate>Thu, 01 Mar 2007 22:34:08 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 01 Mar 2007 22:34:08 -0500</jf:modificationDate>
        <jf:date>Mar 1, 2007</jf:date>
        <jf:author>Nestor Boscan</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>



</channel>
</rss>

