public class FileURL extends Object
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
copy(InputStream ins,
OutputStream ous) |
protected URL |
createURL() |
protected void |
doDownloadFileAndClose(InputStream ins,
String toFilePath) |
protected void |
doDownloadFileAndClose(URL url,
String toFilePath) |
void |
download(String toFilePath) |
protected byte[] |
toBytes(InputStream ins) |
protected final String _address
public FileURL(String address)
public void download(String toFilePath)
protected void doDownloadFileAndClose(InputStream ins, String toFilePath)
protected URL createURL()
protected byte[] toBytes(InputStream ins)
protected void copy(InputStream ins, OutputStream ous)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.