[Moin-user] commons httpclient problem

YOASDF DFSGFSDG aliarla02 at yahoo.es
Wed Apr 4 18:41:44 EDT 2007


I'm tryny to download a .zip but it does baddly:

File webObject= new File(path);
                      Reader reader = new InputStreamReader(
                              method.getResponseBodyAsStream(), method.getResponseCharSet()); 
                       BufferedOutputStream target = new BufferedOutputStream(new FileOutputStream(webObject));
                      int b;
                      while((b = reader.read()) != -1) {
                          target.write(b);
                      }


 		
---------------------------------

LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/moin-user/attachments/20070405/28ca2b18/attachment.html>


More information about the Moin-user mailing list