RE: [codec] base64 improved....

2003-02-03 Thread O'brien, Tim
Is there such a thing as conceptual dyslexia? I think I have it.. I left out a parameter... Redo those signatures: public static byte[] encode( byte[] binaryData ) throws EncoderException public static byte[] encode( byte[] binaryData, boolean addNewline,

RE: [codec] base64 improved....

2003-02-03 Thread Tim Vernum
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] My proposal is that we add a series of boolean flags, int fields to the method signature to allow client projects to specify different levels of RFC compliance. Alternatively you could support an ErrorHandler interface, and delegate to that