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
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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]