|
Oracle TopLink API Reference 10g Release 3 (10.1.3) B13698-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.toplink.xml.tools.Base64
oracle.toplink.ox
| Constructor Summary | |
Base64()
Deprecated. Base64 constructor comment. |
|
| Method Summary | |
static byte[] |
base64Decode(byte[] data)
Deprecated. This method decodes the given byte[] using the base64-encoding specified in RFC-2045 (Section 6.8). |
static byte[] |
base64Encode(byte[] data)
Deprecated. This method encodes the given byte[] using the base64-encoding specified in RFC-2045 (Section 6.8). |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Base64()
| Method Detail |
public static final byte[] base64Decode(byte[] data)
data - the base64-encoded data.
public static final byte[] base64Encode(byte[] data)
data - the data
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||