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 Eckenfels <e...@zusammenkunft.net>wrote:

> 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 would
> need to convert them to byte[] and with a decode(String) method one
> would have to produce strings. It would be good if I could directly
> have a "Writer Base64DecodeWriter(OutputStream)".
>
> What do you think, is that a good addition to commons codec?
>
> Bernd
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to