Return-Path: Delivered-To: apmail-james-mime4j-dev-archive@minotaur.apache.org Received: (qmail 43791 invoked from network); 4 Feb 2009 20:53:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2009 20:53:24 -0000 Received: (qmail 15996 invoked by uid 500); 4 Feb 2009 20:53:24 -0000 Delivered-To: apmail-james-mime4j-dev-archive@james.apache.org Received: (qmail 15949 invoked by uid 500); 4 Feb 2009 20:53:24 -0000 Mailing-List: contact mime4j-dev-help@james.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mime4j-dev@james.apache.org Delivered-To: mailing list mime4j-dev@james.apache.org Received: (qmail 15925 invoked by uid 99); 4 Feb 2009 20:53:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 12:53:24 -0800 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; Wed, 04 Feb 2009 20:53:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BBEDE234C501 for ; Wed, 4 Feb 2009 12:52:01 -0800 (PST) Message-ID: <210033421.1233780721768.JavaMail.jira@brutus> Date: Wed, 4 Feb 2009 12:52:01 -0800 (PST) From: "Robert Burrell Donkin (JIRA)" To: mime4j-dev@james.apache.org Subject: [jira] Closed: (MIME4J-92) Replace Base64InputStream with a faster version 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/MIME4J-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Burrell Donkin closed MIME4J-92. --------------------------------------- Closing all issues fixed previously, after a brief review of each. > Replace Base64InputStream with a faster version > ----------------------------------------------- > > Key: MIME4J-92 > URL: https://issues.apache.org/jira/browse/MIME4J-92 > Project: JAMES Mime4j > Issue Type: Improvement > Affects Versions: 0.5 > Reporter: Markus Wiederkehr > Assignee: Markus Wiederkehr > Fix For: 0.6 > > Attachments: Base64InputStreamSpeedTest.java > > > The current Base64InputStream does not make use of block operations. It overrides InputStream.read() instead of InputStream.read(byte[]) and also uses the single-byte read method to read from the underlying input stream. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.