protected void doit(InputStream is, OutputStream os) throws Exception { new UUDecoder().decodeBuffer(is, os); }