File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 11
11
12
12
[ 5 FileSystem深入分析] ( #5-filesystem深入分析 )
13
13
14
+ [ 6 输入输出流分析] ( #6-输入输出流分析 )
15
+
14
16
[ 7 AbstractFileSystem分析] ( #7-abstractfilesystem分析 )
15
17
18
+ [ 8 结论与进一步的工作] ( #8-结论与进一步的工作 )
19
+
16
20
1 修订记录
17
21
----------
18
22
序号 | 时间 | 修订人 | 版本
@@ -1393,6 +1397,18 @@ LocalFileSystem 有一个属性rfs,用来表原生的文件系统。LocalFileS
1393
1397
如copyFromLocalFile 和copyToLocalFile 等。
1394
1398
1395
1399
1400
+
1401
+ 6 输入输出流分析
1402
+ ---------------
1403
+
1404
+ * 6.1 FSInputStream 抽象类
1405
+ * 6.2 输出流
1406
+ * 6.3 FSInputChecker
1407
+ * 6.4 FSOutputSummer
1408
+ * 6.5 FSDataInputStream
1409
+ * 6.6 FSDataOutputStream
1410
+
1411
+
1396
1412
7 AbstractFileSystem分析
1397
1413
-------------------------
1398
1414
* [ 7.1 AbstractFileSystem抽象类] ( #71-abstractfilesystem抽象类 )
@@ -1617,6 +1633,13 @@ FileContext 的getFSofPath 方法用来获得支持指定路径path 的文件系
1617
1633
1618
1634
总的来说,FileContext.open 是通过调用AbstractFileSystem.open来实现的。
1619
1635
1636
+
1637
+
1638
+
1639
+ 8 结论与进一步的工作
1640
+ -------------------
1641
+
1642
+
1620
1643
[ 3-1.jpg ] : ./images/3-1.jpg
1621
1644
[ 4-1.png ] : ./images/4-1.png
1622
1645
[ 4-2.png ] : ./images/4-2.png
You can’t perform that action at this time.
0 commit comments