|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjodd.util.Base32
public class Base32
Base32 encoding. Quite fast.
| Constructor Summary | |
|---|---|
Base32()
|
|
| Method Summary | |
|---|---|
static byte[] |
decode(java.lang.String base32)
Decode a Base32 string into an array of binary bytes. |
static java.lang.String |
encode(byte[] bytes)
Encode an array of binary bytes into a Base32 string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Base32()
| Method Detail |
|---|
public static java.lang.String encode(byte[] bytes)
public static byte[] decode(java.lang.String base32)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||