|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.net.NetworkLib
public class NetworkLib
| Constructor Summary | |
|---|---|
NetworkLib()
|
|
| Method Summary | |
|---|---|
static long |
download(java.lang.String sourceUrl,
VfsFile destination)
|
static long |
download(java.net.URL source,
VfsFile destination)
Downloads a file from URL source to File destination. |
static java.net.InetAddress |
localAddress()
Returns the InetAddress of this machine. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NetworkLib()
| Method Detail |
|---|
public static java.net.InetAddress localAddress()
public static long download(java.net.URL source,
VfsFile destination)
throws java.io.IOException
java.io.IOException
public static long download(java.lang.String sourceUrl,
VfsFile destination)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||