EasyCV  0.9.36
Easy! Computer Vision
Static Public Member Functions | Static Private Attributes | List of all members
util.DownloadUtils Class Reference

Static Public Member Functions

static void URL_readToFile (String urlString, File outputTarget) throws IOException
 

Static Private Attributes

static final Logger logger = Logger.getLogger(Corpus.class.getName())
 
static byte[] byteData
 

Detailed Description

Code to download given URL and save it as a local file

Author
tomb, jcs

Member Function Documentation

static void util.DownloadUtils.URL_readToFile ( String  urlString,
File  outputTarget 
) throws IOException
inlinestatic

Read from the server at the urlString and return the response

Member Data Documentation

byte [] util.DownloadUtils.byteData
staticprivate
final Logger util.DownloadUtils.logger = Logger.getLogger(Corpus.class.getName())
staticprivate

The documentation for this class was generated from the following file: