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 value)
           
static String encode(byte[] bytes)
           
static String encode(byte[] bytes, int offset, int len)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base32

public Base32()
Method Detail

decode

public static byte[] decode(String value)

encode

public static String encode(byte[] bytes)

encode

public static String encode(byte[] bytes,
                            int offset,
                            int len)

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.