-
Hello,
it would be highly beneficial for us to have stream support in your class; that is, the possibility of reading from an InputStream or writing to an OutputStream while encoding/decoding "on the fly".
Are you willing/going to implement that?
Adriano.
2009-03-26 10:07:30 UTC by nobody
-
shamilbi committed patchset 2 of module migbase64 to the MiGBase64 CVS repository, changing 3 files.
2007-10-08 15:26:56 UTC by shamilbi
-
shamilbi committed patchset 1 of module migbase64 to the MiGBase64 CVS repository, changing 2 files.
2007-09-29 14:00:34 UTC by shamilbi
-
Hello Michael,
Sorry for the late response but I thought that sourceforge would send notification mails and haven't checked here until now.
Can I add you as a developer so that you can commit the files?
I have no JUnit tests. I tested it very thoroughly against the other implementations but never did it as a unit test, which I regret now of course. If you still want to add this you are...
2007-08-14 14:38:34 UTC by mgrev
-
Hi Mikael,
Could you please add the following two methods to your encoder? This would be very helpful if like in my case you have a cached byte array that you want to write to.
/**
* Returns the size required to encode sArr
*/
int getEncodedSize(byte[] sArr,
boolean lineSep)
/**
* Encodes sArr into dArr starting at dOffset
*/
void encodeToByte(byte[] sArr,
2007-07-06 17:43:03 UTC by micpe083
-
Anonymous committed patchset 1 of module CVSROOT to the MiGBase64 CVS repository, changing 11 files.
2004-08-05 20:10:08 UTC by nobody
-
mgrev registered the MiGBase64 project.
2004-08-04 23:50:20 UTC by mgrev