net.jxta.impl.util
Class Base64
java.lang.Object
net.jxta.impl.util.Base64
Deprecated. Planned for removal. This implementation has been replaced by
BASE64InputStream
and
BASE64OutputStream
.
@Deprecated
public final class Base64
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
decodeBase64
public static byte[] decodeBase64(String text)
throws IOException
- Deprecated.
- Throws:
IOException
encodeBase64
public static String encodeBase64(byte[] bytes)
- Deprecated.
main
public static void main(String[] args)
- Deprecated.