提交 d10d5eab authored 作者: 许俊's avatar 许俊

修改

上级 6cdf37f8
...@@ -80,8 +80,8 @@ public class DownLoadController { ...@@ -80,8 +80,8 @@ public class DownLoadController {
} }
InputStream in=new BufferedInputStream(sis); InputStream in=new BufferedInputStream(sis);
File newFile = new File(bdPath + "test.apk"); /* File newFile = new File(bdPath + "test.apk");
OutputStream fos = new FileOutputStream(newFile); OutputStream fos = new FileOutputStream(newFile);*/
OutputStream outputStream = new BufferedOutputStream(response.getOutputStream()); OutputStream outputStream = new BufferedOutputStream(response.getOutputStream());
byte[] b = new byte[4096]; byte[] b = new byte[4096];
int i; int i;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论