public class DownloadPicTest {
public static void main(String[] args) {
String url = "http://lorempixel.com/1600/900";
String path="/users/gaohanghang/download/";
DownloadPicFromURL.downloadPicture(url,path + UUID.randomUUID() + ".jpg");
}
}
io-download-picture
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||