|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.util.Base64
public class Base64
Describe class Base64 here. Created: Thu Dec 14 18:28:08 2006
| Method Summary | |
|---|---|
static byte[] |
decode(String input)
Decodes base64 data |
static String |
encode(byte[] input)
Encodes data in base64 |
static String |
encodeChunk(byte[] input,
int chunkSize)
Encodes data in base64 splited into lines od defigned lenght |
static void |
main(String[] args)
Describe main method here. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static byte[] decode(String input)
input -
public static String encode(byte[] input)
input -
public static String encodeChunk(byte[] input,
int chunkSize)
input - chunkSize - lenght of the line
public static void main(String[] args)
main method here.
args - a String[] value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||