Skip to content

Commit 052025b

Browse files
committed
some comment?
1 parent 688e94c commit 052025b

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

guide/io.lyx

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3978,6 +3978,16 @@ JDK 1.7引入了新的文件操作API,即NIO.2,本节内容着重于NIO.2,
39783978
\end_inset
39793979

39803980
中,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+
39813991
\end_layout
39823992

39833993
\begin_layout Standard
@@ -5209,7 +5219,17 @@ s了。通常,以单数命名的类用来表示一类事物,复数命名的
52095219

52105220
\end_inset
52115221

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+
52135233
\end_layout
52145234

52155235
\begin_layout Subsection

0 commit comments

Comments
 (0)