|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.intarsys.tools.encoding.Base32
public class Base32
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 |
|---|
public Base32()
| Method Detail |
|---|
public static byte[] decode(String value)
public static String encode(byte[] bytes)
public static String encode(byte[] bytes,
int offset,
int len)
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||