Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E8BA310051 for ; Fri, 12 Dec 2014 18:44:27 +0000 (UTC) Received: (qmail 34686 invoked by uid 500); 12 Dec 2014 18:44:26 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 34562 invoked by uid 500); 12 Dec 2014 18:44:26 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 34551 invoked by uid 99); 12 Dec 2014 18:44:26 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Dec 2014 18:44:26 +0000 Received: from samaflost.de (v35516.1blu.de [178.254.33.213]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 819B21A0052 for ; Fri, 12 Dec 2014 18:44:24 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 5F466588A453 for ; Fri, 12 Dec 2014 19:44:19 +0100 (CET) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CKqhWNSMFSPk for ; Fri, 12 Dec 2014 19:44:10 +0100 (CET) Received: by samaflost.de (Postfix, from userid 1000) id 59421588A446; Fri, 12 Dec 2014 19:44:10 +0100 (CET) From: Stefan Bodewig To: user@commons.apache.org Subject: Re: [compress] Transferring entries from one zip file to another ? References: Date: Fri, 12 Dec 2014 19:44:10 +0100 In-Reply-To: (Kristian Rosenvold's message of "Fri, 12 Dec 2014 18:27:19 +0100") Message-ID: <87sigkg139.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain On 2014-12-12, Kristian Rosenvold wrote: > I am investigating the possibility to transfer zip entries from one > file to another without actually compressing/decompressing them. Is > this possible ? (It appears not...) not using Commons Compress. > If not, would it be feasible to do this ? Technically yes, but you'd have to get a lot closer to the streams than you can do with the Zip*Stream classes. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org