Constructor and Description |
---|
UUEncoder() |
Modifier and Type | Method and Description |
---|---|
int |
decode(byte[] data,
int off,
int length,
java.io.OutputStream out)
decode the uuencoded byte data writing it to the given output stream
|
int |
decode(java.lang.String data,
java.io.OutputStream out)
decode the UUEncoded String data writing it to the given output stream.
|
int |
encode(byte[] data,
int off,
int length,
java.io.OutputStream out)
encode the input data producing a UUEncoded output stream.
|
public int encode(byte[] data, int off, int length, java.io.OutputStream out) throws java.io.IOException
public int decode(byte[] data, int off, int length, java.io.OutputStream out) throws java.io.IOException
public int decode(java.lang.String data, java.io.OutputStream out) throws java.io.IOException