摘要:
package com.aoran.util;import java.net.HttpURLConnection;import java.net.InetSocketAddress;import java.net.URL;/*** @author riddlezhang 下载器*/public class DownloadUtil {private static final String TAG = "Downloader";/** * @return InputStream 下载 */public static HttpURLConnection download(Str 阅读全文
posted @ 2011-03-04 15:47
stay
阅读(2246)
评论(0)
推荐(0)
浙公网安备 33010602011771号