I've been using the BASE64Encoder
and BASE64Decoder
in sun.misc
; I'm using Eclipse and had to turn to warnings since the access is restricted to it by default.
The classes works perfectly, but during my work with this I've read plenty of places that one should not use sun.misc
at all but no one states a proper reason.
Should I stay away from sun.misc
and why?