模拟javaweb项目中的相似报错

Posted oldfish711

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了模拟javaweb项目中的相似报错相关的知识,希望对你有一定的参考价值。

BufferedInputStream bis = new BufferedInputStream(new FileInputStream("shabi.mp3"));
BufferedOutputStream bos = new BufferedOutputStream(new FileOutputStream("qiucao.mp3"));
int b;
while((b=bis.read())!= -1){
bos.write(b);
bos.close();
}

Exception in thread "main" java.io.IOException: Stream Closed
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:345)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
at java.io.BufferedOutputStream.write(BufferedOutputStream.java:95)
at com.leaderfar.stream.Demo4_arrayCopy.main(Demo4_arrayCopy.java:26)

第一次写完流就已经关掉了 关完之后有想去写  就没法写了 流都已经关掉了 就不能写了












以上是关于模拟javaweb项目中的相似报错的主要内容,如果未能解决你的问题,请参考以下文章

javaweb代码生成器,专注于javaweb项通用目的代码生成器

关于intellij idea 中javaweb项目中使用jstl报错500错误问题

javaweb项目,tomcat启动异常报错,spring文件初始化问题,大神help

javaweb项目启动报错org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catal

javaweb项目启动报错org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catal

解决JavaWeb项目报错:The origin server did not find a current representation for the target resource or is