|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.toplink.xml.tools.Base64
Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by 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 |