Uploaded image for project: 'James Mime4j'
  1. James Mime4j
  2. MIME4J-92

Replace Base64InputStream with a faster version

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.5
    • 0.6
    • None
    • None

    Description

      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.

      Attachments

        1. Base64InputStreamSpeedTest.java
          4 kB
          Markus Wiederkehr

        Activity

          People

            wmax Markus Wiederkehr
            wmax Markus Wiederkehr
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: