I have old code which uses sun.misc.BASE64Encoder to encode and BASE64Decoder to decode. I know that this code should not be used as it is in sun.* package.
I need to do the same logic in a different place which carries the same logic / algorithm( for encoding and decoding).
Can anyone suggest me an equivalent of this?
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35222
7
posted
0
... which is part of the Apache Commons Codec library.