Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 23997 invoked from network); 10 Apr 2009 19:34:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Apr 2009 19:34:49 -0000 Received: (qmail 80974 invoked by uid 500); 10 Apr 2009 19:34:48 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 80860 invoked by uid 500); 10 Apr 2009 19:34:48 -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 80846 invoked by uid 99); 10 Apr 2009 19:34:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Apr 2009 19:34:48 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of grobmeier@gmail.com designates 209.85.218.167 as permitted sender) Received: from [209.85.218.167] (HELO mail-bw0-f167.google.com) (209.85.218.167) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Apr 2009 19:34:41 +0000 Received: by bwz11 with SMTP id 11so1300023bwz.42 for ; Fri, 10 Apr 2009 12:34:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type:content-transfer-encoding; bh=1qQG+6gu4FUjkXmRRV+kyYRww+PGXG0Kz+UIAjeomds=; b=YmfpC3/U5xQfz7cj9n8GWVunRMNoRiVqLtFlOIhuSIm96mEIMflPrOUiiveq+tXvl5 ouJ2rpP7wC2uGvEsr7NlQ7LBHbHiwcL0EmHOdu5rgqiP9Q4KKLdTjidbJOxWVEJOr0sU 41rkC78Gzr7DnxMLCwxZK68RStOEbXPdxo4B4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=rfFrhfp/HX2i0APme5od2dbaka0MXnkBoczk6YyocZ9ARl3AIqADHsT1vkMAkowA80 hYRV+kOoxMuziP15auk681DP1hNo5oQSET5rvUZdnstOBi9Xk0qFUwR9X1yuVRBpTRFN jmd3lSqZz75x5ZTMLWGSc6ty2gaBRV2Yf0Yew= MIME-Version: 1.0 Received: by 10.223.113.132 with SMTP id a4mr505198faq.75.1239392060457; Fri, 10 Apr 2009 12:34:20 -0700 (PDT) From: Christian Grobmeier Date: Fri, 10 Apr 2009 21:34:05 +0200 Message-ID: Subject: [compress] TarArchiveInputStream weird method To: Commons Developers List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I don't think that TarArchiveInputStream should have that method: copyEntryContents(OutputStream out) throws IOException I copies the current read entry directly to an output stream which mixes up reading and writing. The method is never called in the workspace and I will remove it now. If you have other opinions, let me know and I will revert :-) Best, Christian --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org