org.semanticweb.HermiT.datatypes.binarydata
Class Base64

java.lang.Object
  extended by org.semanticweb.HermiT.datatypes.binarydata.Base64

public class Base64
extends Object


Constructor Summary
Base64()
           
 
Method Summary
static String base64Encode(byte[] array)
           
static byte[] decodeBase64(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base64

public Base64()
Method Detail

base64Encode

public static String base64Encode(byte[] array)

decodeBase64

public static byte[] decodeBase64(String string)
                           throws IllegalArgumentException
Throws:
IllegalArgumentException


Copyright © 2012. All Rights Reserved.