|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bitzi.util.Base32
Base32 - encodes and decodes 'Canonical' Base32
| Constructor Summary | |
Base32()
|
|
| Method Summary | |
static byte[] |
decode(java.lang.String base32)
|
static java.lang.String |
encode(byte[] bytes)
|
static void |
main(java.lang.String[] args)
For testing, take a command-line argument in Base32, decode, print in hex, encode, print |
| 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)
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||