Skip navigation links

Oracle TopLink Java API Reference
10g Release 3 (10.1.3.1)

B28219-01


oracle.toplink.xml.tools
Class Base64

java.lang.Object
  extended byoracle.toplink.xml.tools.Base64


Deprecated. since OracleAS TopLink 10g (10.1.3). This class is replaced by oracle.toplink.ox

public class Base64
extends java.lang.Object

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

Base64

public Base64()
Deprecated. 
Base64 constructor comment.

Method Detail

base64Decode

public static final byte[] base64Decode(byte[] data)
Deprecated. 
This method decodes the given byte[] using the base64-encoding specified in RFC-2045 (Section 6.8).
Parameters:
data - the base64-encoded data.
Returns:
the decoded data.

base64Encode

public static final byte[] base64Encode(byte[] data)
Deprecated. 
This method encodes the given byte[] using the base64-encoding specified in RFC-2045 (Section 6.8).
Parameters:
data - the data
Returns:
the base64-encoded data

Skip navigation links

Copyright © 1998, 2006, Oracle. All Rights Reserved.