| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.mail.util.UUEncode
public class UUEncode
| Constructor Summary | |
|---|---|
UUEncode()
 | 
|
| Method Summary | |
|---|---|
static byte[] | 
decode(byte[] data)
decode the UUEncoded input data.  | 
static byte[] | 
decode(String data)
decode the UUEncided String data.  | 
static int | 
decode(String data,
             OutputStream out)
decode the UUEncoded encoded String data writing it to the given output stream.  | 
static byte[] | 
encode(byte[] data)
encode the input data producing a UUEncoded byte array.  | 
static byte[] | 
encode(byte[] data,
             int off,
             int length)
encode the input data producing a UUEncoded byte array.  | 
static int | 
encode(byte[] data,
             int off,
             int length,
             OutputStream out)
UUEncode the byte data writing it to the given output stream.  | 
static int | 
encode(byte[] data,
             OutputStream out)
UUEncode the byte data writing it to the given output stream.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public UUEncode()
| Method Detail | 
|---|
public static byte[] encode(byte[] data)
public static byte[] encode(byte[] data,
                            int off,
                            int length)
public static int encode(byte[] data,
                         OutputStream out)
                  throws IOException
IOException
public static int encode(byte[] data,
                         int off,
                         int length,
                         OutputStream out)
                  throws IOException
IOExceptionpublic static byte[] decode(byte[] data)
public static byte[] decode(String data)
public static int decode(String data,
                         OutputStream out)
                  throws IOException
IOException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||