Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

oracle.dss.util
Class BASE64Decoder

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

public final class BASE64Decoder
extends java.lang.Object


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 1 (11.1.1.4.0)

E12063-05

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