All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JObserve.GUI.NetUtil

java.lang.Object
   |
   +----JObserve.GUI.NetUtil

public class NetUtil
extends Object
Network utilities Collection of static functions

See Also:
ListEditPanel

Constructor Index

 o NetUtil()

Method Index

 o copyFile(String, String)
Copy file from URL
 o getVersion(String)
Get version string from first line of a file

Constructors

 o NetUtil
 public NetUtil()

Methods

 o getVersion
 public static String getVersion(String url)
Get version string from first line of a file

Parameters:
String - URL of File
Returns:
String Version string
 o copyFile
 public static boolean copyFile(String url,
                                String file)
Copy file from URL

Parameters:
String - URL of File
String - Local file name
Returns:
boolean true if worked

All Packages  Class Hierarchy  This Package  Previous  Next  Index