Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 76076 invoked from network); 9 Mar 2008 22:09:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Mar 2008 22:09:11 -0000 Received: (qmail 61827 invoked by uid 500); 9 Mar 2008 22:09:06 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 61762 invoked by uid 500); 9 Mar 2008 22:09:06 -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 61747 invoked by uid 99); 9 Mar 2008 22:09:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Mar 2008 15:09:06 -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; Sun, 09 Mar 2008 22:08:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2BF21234C08A for ; Sun, 9 Mar 2008 15:07:46 -0700 (PDT) Message-ID: <928810698.1205100466179.JavaMail.jira@brutus> Date: Sun, 9 Mar 2008 15:07:46 -0700 (PDT) From: "Andreas Veithen (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (IO-158) ReaderInputStream implementation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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 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.