http - How can I build an internet download manager in Java? -
i building internet download manager using java.
how file size server? also, there way divide file partitions can download them in parallel?
first part of question:
http://download.oracle.com/javase/1.4.2/docs/api/java/net/urlconnection.html
url.openconnection().getcontentlength()
Comments
Post a Comment