replicant-packages_apps_Email/src
Andrew Stadler cab55743ac Rewrite Base64InputStream to be much more efficient
This was broken in many, many ways but the primary offender was an
object allocation for every 4 bytes of an input stream (imagine what this
did for 900k attachment files).

The new version is completely self-contained, and is optimized for the
most common case of inner loop case of processing 4-bytes-at-a-time.
2009-08-21 18:33:10 -07:00
..
com Two minor crash fixes 2009-08-21 17:05:18 -07:00
org/apache Rewrite Base64InputStream to be much more efficient 2009-08-21 18:33:10 -07:00