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
-
NetUtil()
-
-
copyFile(String, String)
- Copy file from URL
-
getVersion(String)
- Get version string from first line of a file
NetUtil
public NetUtil()
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
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