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

Reply via email to