From issues-return-14658-apmail-commons-issues-archive=commons.apache.org@commons.apache.org Thu Aug 05 00:41:43 2010 Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 78449 invoked from network); 5 Aug 2010 00:41:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Aug 2010 00:41:42 -0000 Received: (qmail 79021 invoked by uid 500); 5 Aug 2010 00:41:41 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 78952 invoked by uid 500); 5 Aug 2010 00:41:41 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 78944 invoked by uid 99); 5 Aug 2010 00:41:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Aug 2010 00:41:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Aug 2010 00:41:39 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o750fGnl021317 for ; Thu, 5 Aug 2010 00:41:17 GMT Message-ID: <29861978.171061280968876850.JavaMail.jira@thor> Date: Wed, 4 Aug 2010 20:41:16 -0400 (EDT) From: "Niall Pemberton (JIRA)" To: issues@commons.apache.org Subject: [jira] Updated: (IO-233) Add Methods for Buffering Streams/Writers To IOUtils In-Reply-To: <906492396.73271267721127244.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IO-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niall Pemberton updated IO-233: ------------------------------- Fix Version/s: 2.x (was: 2.0) Needs a patch > Add Methods for Buffering Streams/Writers To IOUtils > ---------------------------------------------------- > > Key: IO-233 > URL: https://issues.apache.org/jira/browse/IO-233 > Project: Commons IO > Issue Type: Improvement > Components: Streams/Writers > Affects Versions: 2.0 > Environment: Java 1.4+ > Reporter: Michael Wooten > Priority: Minor > Fix For: 2.x > > Original Estimate: 2h > Remaining Estimate: 2h > > I suggest adding utility methods for buffering streams and writers to the IOUtils class. The methods would have the following signatures: > BufferedInputStream buffer(InputStream inputStream) > BufferedOutputStream buffer(OutputStream outputStream) > BufferedReader buffer(Reader reader) > BufferedWriter buffer(Writer writer) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.