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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -