org.gudy.azureus2.core3.util
Class Base32

java.lang.Object
  extended by org.gudy.azureus2.core3.util.Base32

public class Base32
extends Object

Author:
parg Derived from com.bitzi.util.Base32.java (PD) 2001 The Bitzi Corporation Please see http://bitzi.com/publicdomain for more info.

Constructor Summary
Base32()
           
 
Method Summary
static byte[] decode(String base32)
           
static String encode(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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)