You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2013/01/25 16:35:13 UTC

[jira] [Created] (CODEC-165) Base64 static methods create instances of Base64; this is not documented

Sebb created CODEC-165:
--------------------------

             Summary: Base64 static methods create instances of Base64; this is not documented
                 Key: CODEC-165
                 URL: https://issues.apache.org/jira/browse/CODEC-165
             Project: Commons Codec
          Issue Type: Improvement
            Reporter: Sebb


The Base64 static encode and decode methods create instances of the Base64 class internally.

The class is documented as being thread-safe, so applications that need to re-use a particular Base64 configuration could avoid this extra object creation by creating their own specific instance and re-using it.

This should probably be documented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira