[
https://issues.apache.org/jira/browse/CODEC-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606462#action_12606462
]
Julius Davies commented on CODEC-69:
------------------------------------
Oops - Base64 constructors are not public. In previous version there was no
declared constructor, which is identical to having "public Base64() {}".
The constructors need to be public to support anyone who is using the
"BinaryEncoder" or "BinaryDecoder" interfaces instead of using Base64 directly.
> Streaming Base64
> ----------------
>
> Key: CODEC-69
> URL: https://issues.apache.org/jira/browse/CODEC-69
> Project: Commons Codec
> Issue Type: Improvement
> Reporter: Julius Davies
> Assignee: Jochen Wiedmann
> Priority: Minor
> Fix For: 1.4
>
> Attachments: streaming-base64.patch
>
>
> Would be nice to have Base64InputStream and Base64OutputStream, with both
> supporting ENCODE or DECODE modes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.