pasn.misc
Class Base64

java.lang.Object
  extended by pasn.misc.Base64

public final class Base64
extends java.lang.Object

Author:
ncottin

Field Summary
static byte PAD
           
 
Constructor Summary
Base64()
           
 
Method Summary
static void toBase64(java.io.InputStream in, java.io.OutputStream out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAD

public static final byte PAD
See Also:
Constant Field Values
Constructor Detail

Base64

public Base64()
Method Detail

toBase64

public static void toBase64(java.io.InputStream in,
                            java.io.OutputStream out)
                     throws java.io.IOException
Throws:
java.io.IOException