org.apache.tools.ant.util
public class UUEncoder extends Object
Field Summary | |
---|---|
protected static int | DEFAULT_MODE |
Constructor Summary | |
---|---|
UUEncoder(String name)
Constructor specifing a name for the encoded buffer, begin
line will be:
begin 644 [NAME] |
Method Summary | |
---|---|
void | encode(InputStream is, OutputStream out)
UUEncode bytes from the input stream, and write them as text characters
to the output stream. |
begin 644 [NAME]
Parameters: name the name of the encoded buffer.
Parameters: is the input stream. out the output stream.
Throws: IOException if there is an error.