synergynetframework.utils.network
Class Downloader

java.lang.Object
  extended by synergynetframework.utils.network.Downloader

public class Downloader
extends java.lang.Object

The Class Downloader.


Constructor Summary
Downloader()
           
 
Method Summary
static void download(java.io.File f, java.net.URL url)
          Download.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Downloader

public Downloader()
Method Detail

download

public static void download(java.io.File f,
                            java.net.URL url)
                     throws java.io.IOException
Download.

Parameters:
f - the f
url - the url
Throws:
java.io.IOException - Signals that an I/O exception has occurred.