netcharts.server.util
Class Base64
java.lang.Object
|
+--netcharts.server.util.Base64
- public class Base64
- extends java.lang.Object
Base64 encode/decode utility.
|
Method Summary |
static byte[] |
decode(byte[] bytes)
|
static void |
decode(java.io.InputStream in,
java.io.OutputStream out)
|
static java.lang.String |
decode(java.lang.String input)
|
static byte[] |
encode(byte[] bytes)
|
static void |
encode(java.io.InputStream in,
java.io.OutputStream out)
|
static java.lang.String |
encode(java.lang.String input)
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Base64
public Base64()
encode
public static java.lang.String encode(java.lang.String input)
throws java.io.IOException
encode
public static byte[] encode(byte[] bytes)
throws java.io.IOException
encode
public static void encode(java.io.InputStream in,
java.io.OutputStream out)
throws java.io.IOException
decode
public static java.lang.String decode(java.lang.String input)
throws java.io.IOException
decode
public static byte[] decode(byte[] bytes)
throws java.io.IOException
decode
public static void decode(java.io.InputStream in,
java.io.OutputStream out)
throws java.io.IOException
main
public static void main(java.lang.String[] args)
Visual Mining, Inc. 15825 Shady Grove Rd. Suite 20 Rockville, MD 20850 800.308.0731 301.947.8293 FAX | | Copyright © Visual Mining, Inc. 1996 - 2007 All Rights Reserved. NetCharts Server TM is a registered trademark of Visual Mining, Inc. Other brands and their products are trademarks of their respective holders. |
Last Modified: Jun 14, 2007 |