File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -3978,6 +3978,16 @@ JDK 1.7引入了新的文件操作API,即NIO.2,本节内容着重于NIO.2,
3978
3978
\end_inset
3979
3979
3980
3980
中,Path的概念至关重要,类Path是文件操作的入口。
3981
+ \begin_inset Note Note
3982
+ status open
3983
+
3984
+ \begin_layout Plain Layout
3985
+ 这里简要说明Path的功能
3986
+ \end_layout
3987
+
3988
+ \end_inset
3989
+
3990
+
3981
3991
\end_layout
3982
3992
3983
3993
\begin_layout Standard
@@ -5209,7 +5219,17 @@ s了。通常,以单数命名的类用来表示一类事物,复数命名的
5209
5219
5210
5220
\end_inset
5211
5221
5212
- 类是Java文件操作新API(java.nio.file包)中文件操作的核心类。相对于Path类,Files类聚焦于文件相关的操作。
5222
+ 类是Java文件操作新API(java.nio.file包)中文件操作的核心类。相对于Path类,Files类聚焦于文件相关的操作:
5223
+ \begin_inset Note Note
5224
+ status open
5225
+
5226
+ \begin_layout Plain Layout
5227
+ 进一步概括说明Files类的功能
5228
+ \end_layout
5229
+
5230
+ \end_inset
5231
+
5232
+
5213
5233
\end_layout
5214
5234
5215
5235
\begin_layout Subsection
You can’t perform that action at this time.
0 commit comments