Class Download

java.lang.Object
overit.geocall.util.Download

public class Download extends Object
Utility class to handle the object Download
  • Constructor Details

    • Download

      public Download(String strURL, String strFile)
      Method constructor of an ojbect Download
      Parameters:
      strURL - String containing the url
      strFile - String representing the file
  • Method Details

    • get

      public int get()
      Returns:
      0
    • main

      public static void main(String[] args)