|
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.Base64
public class Base64
A tool class for the BASE 64 code.
| Constructor Summary | |
|---|---|
Base64()
|
|
| Method Summary | |
|---|---|
static byte[] |
decode(byte[] bytes)
Decodes Base64 data into octets |
static byte[] |
decode(byte[] bytes,
int offset,
int len)
|
static byte[] |
decode(String inputString)
Decodes Base64 data into octets |
static byte[] |
encode(byte[] bytes)
Encodes hex octets into Base64 |
static byte[] |
encode(byte[] bytes,
int offset,
int length)
|
static boolean |
isBase64(byte octect)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Base64()
| Method Detail |
|---|
public static byte[] decode(byte[] bytes)
bytes - Byte array containing Base64 data
public static byte[] decode(byte[] bytes,
int offset,
int len)
public static byte[] decode(String inputString)
inputString - String containing Base64 data
public static byte[] encode(byte[] bytes)
bytes - Array containing binaryData
public static byte[] encode(byte[] bytes,
int offset,
int length)
public static boolean isBase64(byte octect)
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||