Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 67585 invoked from network); 2 Jun 2008 19:14:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jun 2008 19:14:09 -0000 Received: (qmail 51923 invoked by uid 500); 2 Jun 2008 19:14:11 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 51853 invoked by uid 500); 2 Jun 2008 19:14:11 -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 51842 invoked by uid 99); 2 Jun 2008 19:14:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jun 2008 12:14:10 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jun 2008 19:13:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1CABC234C12C for ; Mon, 2 Jun 2008 12:13:45 -0700 (PDT) Message-ID: <546007729.1212434025116.JavaMail.jira@brutus> Date: Mon, 2 Jun 2008 12:13:45 -0700 (PDT) From: "Matt Benson (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (IO-158) ReaderInputStream implementation In-Reply-To: <928810698.1205100466179.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IO-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601722#action_12601722 ] Matt Benson commented on IO-158: -------------------------------- a quick eyeball of the new patch looks pretty good from here, FWIW. > ReaderInputStream implementation > -------------------------------- > > Key: IO-158 > URL: https://issues.apache.org/jira/browse/IO-158 > Project: Commons IO > Issue Type: Wish > Reporter: Andreas Veithen > Priority: Minor > Attachments: IO-158.patch.txt, IO-158.patch.v2.txt > > > The standard Java class InputStreamReader converts a Reader into an InputStream. In some cases it is necessary to do the reverse, i.e. to convert a Reader into an InputStream. Several frameworks and libraries have their own implementation of this functionality (google for "ReaderInputStream"). Among these are at least four Apache projects: Ant, iBatis, James and XMLBeans. Commons IO would be a good place to share a common implementation. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.