22.07.2013 Views

PDF de la clase 34

PDF de la clase 34

PDF de la clase 34

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

}<br />

URLCopyThread, 3<br />

catch(MalformedURLException m) {<br />

System.err.println(<br />

"MalformedURLException creando URL <br />

+ from);<br />

}<br />

catch(IOException io) {<br />

System.err.println("IOException " +<br />

}<br />

io.toString() );<br />

URLCopyThread, 4<br />

public void run() {<br />

byte [] buf = new byte[ 512 ];<br />

int nread;<br />

try {<br />

while((nread=input.read(buf,0,512)) > 0) {<br />

}<br />

output.write(buf, 0, nread);<br />

System.out.println( getName() + ": " +<br />

nread + " bytes" );<br />

19<br />

20<br />

10

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!