We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69fd3db commit 393d789Copy full SHA for 393d789
ch5.md
@@ -299,7 +299,7 @@ flush( )
299
300
- 关闭流
301
302
-~~~
+~~~java
303
close( );
304
//流操作完毕后必须关闭
305
~~~
@@ -321,7 +321,7 @@ close( );
321
322
### InputStream 和 OutputStream 用法的例子
323
324
325
import java.io.*;
326
327
public class fileStreamTest{
@@ -1088,6 +1088,8 @@ public class DeleteFileDemo {
1088
}
1089
1090
1091
+
1092
1093
## 对象序列化
1094
1095
Java是一种面向对象的语言,因而对象的永久存储是非常重要的。
0 commit comments