intarsys runtime library

de.intarsys.tools.encoding
Class Base32

java.lang.Object
  extended by de.intarsys.tools.encoding.Base32

public class Base32
extends Object

Base32 - encodes and decodes 'Canonical' Base32


Constructor Summary
Base32()
           
 
Method Summary
static byte[] decode(String base32)
           
static String encode(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base32

public Base32()
Method Detail

encode

public static String encode(byte[] bytes)

decode

public static byte[] decode(String base32)

intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.