org.semanticweb.HermiT.datatypes.binarydata
Class Base64
java.lang.Object
org.semanticweb.HermiT.datatypes.binarydata.Base64
public class Base64
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Base64
public Base64()
base64Encode
public static String base64Encode(byte[] array)
decodeBase64
public static byte[] decodeBase64(String string)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
Copyright © 2012. All Rights Reserved.