Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

oracle.dss.util
Class BASE64Decoder

java.lang.Object
  extended by oracle.dss.util.BASE64Decoder

public final class BASE64Decoder
extends java.lang.Object

For internal use only. Application developers should not use this
Converts a BASE64 encoded String to a stream of byte array

Constructor Summary
BASE64Decoder()
          Constructor
 
Method Summary
 byte[] decode(java.lang.String encodedStr)
          Decodes an encoded String into a byte array
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BASE64Decoder

public BASE64Decoder()
Constructor

Method Detail

decode

public byte[] decode(java.lang.String encodedStr)
              throws java.io.IOException
Decodes an encoded String into a byte array

Parameters:
encodedStr - the encoded String
Returns:
the resulting decoded byte array stream
Throws:
java.io.IOException - if an error occured during the decoding process

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

Copyright © 1997, 2011, Oracle. All rights reserved.