Well, what we have now is
org.apache.commons.codec.binary.Base64OutputStream and Base64InputStream.
Feel free to create a patch with unit tests and attach it to a new Jira
ticket.
We'll be better able to tell what it is you are trying to do...
Gary
On Fri, Apr 4, 2014 at 2:05 PM, Bernd Eckenfe
Hello,
with great delight I have seen that Java8 Base64 (JEP135) decoder
offers a method for decoding with String argument, but it does not
funtion as a Writer().
There is a quite common case that you want to decode base64 encoded
data in char[] chunks. With a OutputStream implementation one woul