Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mom4j.xcp.util
Class Base64  view Base64 download Base64.java

java.lang.Object
  extended byorg.mom4j.xcp.util.Base64

public final class Base64
extends java.lang.Object


Field Summary
private static char[] S_BASE64CHAR
           
private static char S_BASE64PAD
           
private static byte[] S_DECODETABLE
           
 
Constructor Summary
private Base64()
           
 
Method Summary
static byte[] decode(java.lang.String s)
           
private static int decode0(char[] ac, byte[] abyte0, int i)
           
static java.lang.String encode(byte[] abyte0)
           
static java.lang.String encode(byte[] abyte0, int i, int j)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

S_BASE64CHAR

private static final char[] S_BASE64CHAR

S_BASE64PAD

private static final char S_BASE64PAD
See Also:
Constant Field Values

S_DECODETABLE

private static final byte[] S_DECODETABLE
Constructor Detail

Base64

private Base64()
Method Detail

decode

public static byte[] decode(java.lang.String s)

encode

public static java.lang.String encode(byte[] abyte0)

encode

public static java.lang.String encode(byte[] abyte0,
                                      int i,
                                      int j)

decode0

private static int decode0(char[] ac,
                           byte[] abyte0,
                           int i)

main

public static void main(java.lang.String[] args)