HttpURLConnection connection = null; FileOutputStream fos = null; File fie = new File("/sdcard/W_Local_Data/LiveVideo_file/"); if(!fie.exists()){ fie.mkdirs(); } File ff = new File(fie.toString(),"abcd.mp4"); if(!ff.exists()&&ff.isFile()){ try { ff.createNewFile(); } catch (IOException e) { e.printStackTrace(); } } try { URL u = new URL(uri); connection = (HttpURLConnection)u.openConnection(); connection.setConnectTimeout(3000); connection.setRequestProperty("Charset", "UTF-8"); if(connection.getResponseCode() == 200){ InputStream is = connection.getInputStream(); byte buf[] = new byte[1024]; int ii ; fos = new FileOutputStream(ff); while ((ii = is.read(buf))!=-1){ fos.write(buf,0,ii); } fos.flush(); } } catch (Exception e) { e.printStackTrace(); }finally { if(connection != null){ connection.disconnect(); } if(fos != null){ try { fos.close(); } catch (IOException e) { e.printStackTrace(); } } } }
下载说明
☉本站所有源码和资源均由站长亲自测试-绝对保证都可以架设,运营!
☉如源码和资源有损坏或所有链接均不能下载,请告知管理员,
☉本站软件和源码大部分为站长独资,资源购买和收集,放心下载!
☉唯一站长QQ:1004003180 [人格担保-本站注重诚信!]
☉购买建议E-mail:1004003180@qq.com 源码收购 E-mail:1004003180@qq.com
☉本站文件解压密码 【文章内都自带解压密码,每个密码不同!】