你的位置:首页 > 软件开发 > ASP.net > 取得inputStream的长度

取得inputStream的长度

发布时间:2016-03-02 11:00:17
1.网络下载文件1 URL url = new URL(strUrl);2 3 HttpURLConnection httpconn = (HttpURLConnection)url.openConnection(); 4 5 httpconn.getContentLength( ...

1.网络下载文件

1 URL url = new URL(strUrl);2 3 HttpURLConnection httpconn = (HttpURLConnection)url.openConnection(); 4 5 httpconn.getContentLength();

原标题:取得inputStream的长度

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录