Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 14350 invoked from network); 10 Feb 2009 15:35:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Feb 2009 15:35:52 -0000 Received: (qmail 18692 invoked by uid 500); 10 Feb 2009 15:35:50 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 18615 invoked by uid 500); 10 Feb 2009 15:35:49 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 18604 invoked by uid 99); 10 Feb 2009 15:35:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 07:35:49 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [88.84.142.181] (HELO samaflost.de) (88.84.142.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 15:35:43 +0000 Received: from localhost (unknown [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id D5346E22000A for ; Tue, 10 Feb 2009 15:35:21 +0000 (UTC) Received: from samaflost.de ([127.0.0.1]) by localhost (v30161.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15555-06 for ; Tue, 10 Feb 2009 16:35:20 +0100 (CET) Received: by samaflost.de (Postfix, from userid 2525) id 5358DE220018; Tue, 10 Feb 2009 16:35:19 +0100 (CET) To: dev@commons.apache.org Subject: Re: [compress] Let Archive*Stream and Compressor*Stream extend Filter*Stream X-Draft-From: ("nnfolder:mail.jakarta-lib" 122076) References: <6c59d89a0902100219r6389be0doe9a7ce329977aed3@mail.gmail.com> From: Stefan Bodewig Date: Tue, 10 Feb 2009 16:35:19 +0100 In-Reply-To: (Stefan Bodewig's message of "Tue\, 10 Feb 2009 11\:36\:22 +0100") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: amavisd-new at samaflost.de X-Virus-Checked: Checked by ClamAV on apache.org On 2009-02-10, Stefan Bodewig wrote: > On 2009-02-10, Torsten Curdt wrote: >> No particular objections. Not sure it helps much though :) > True. Actually it hurts. Via FilterOutputStream a call to ArchiveOutputStream.flush() would suddenly flush the wrapped stream where it had been a no-op for most ArchiveOutputStream subclasses before. I've reverted my changes and implemented the part of FilterOutputStream required by ZipArchiveOutputStream - write(byte[]) - in that class. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org