Requirements: IOUtils library from apache (http://commons.apache.org/io/api-1.4/org/apache/commons/io/IOUtils.html)
OutputStream ostream = ...; InputStream istream = ...; IOUtils.copy(istrea,ostream); ostream.close(); istream.close();
No comments:
Post a Comment