Skip to content

Commit 0d06f20

Browse files
committed
Merge branch 'master' of github.com:subaochen/java-tutorial
2 parents fc265dc + 9794edc commit 0d06f20

File tree

1 file changed

+101
-1
lines changed

1 file changed

+101
-1
lines changed

guide/io.lyx

Lines changed: 101 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4570,10 +4570,19 @@ status open
45704570
<cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none">
45714571
\begin_inset Text
45724572

4573+
\begin_layout Plain Layout
4574+
\begin_inset Flex Code
4575+
status open
4576+
45734577
\begin_layout Plain Layout
45744578
String toString()
45754579
\end_layout
45764580

4581+
\end_inset
4582+
4583+
4584+
\end_layout
4585+
45774586
\end_inset
45784587
</cell>
45794588
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
@@ -4590,10 +4599,19 @@ String toString()
45904599
<cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none">
45914600
\begin_inset Text
45924601

4602+
\begin_layout Plain Layout
4603+
\begin_inset Flex Code
4604+
status open
4605+
45934606
\begin_layout Plain Layout
45944607
Path getFileName()
45954608
\end_layout
45964609

4610+
\end_inset
4611+
4612+
4613+
\end_layout
4614+
45974615
\end_inset
45984616
</cell>
45994617
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
@@ -4611,10 +4629,19 @@ etFileName实际上会调用返回的Path对象的toString方法。
46114629
<cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none">
46124630
\begin_inset Text
46134631

4632+
\begin_layout Plain Layout
4633+
\begin_inset Flex Code
4634+
status open
4635+
46144636
\begin_layout Plain Layout
46154637
Path getName(int index)
46164638
\end_layout
46174639

4640+
\end_inset
4641+
4642+
4643+
\end_layout
4644+
46184645
\end_inset
46194646
</cell>
46204647
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
@@ -4631,10 +4658,19 @@ Path getName(int index)
46314658
<cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none">
46324659
\begin_inset Text
46334660

4661+
\begin_layout Plain Layout
4662+
\begin_inset Flex Code
4663+
status open
4664+
46344665
\begin_layout Plain Layout
46354666
int getNameCount()
46364667
\end_layout
46374668

4669+
\end_inset
4670+
4671+
4672+
\end_layout
4673+
46384674
\end_inset
46394675
</cell>
46404676
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
@@ -4651,10 +4687,19 @@ int getNameCount()
46514687
<cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none">
46524688
\begin_inset Text
46534689

4690+
\begin_layout Plain Layout
4691+
\begin_inset Flex Code
4692+
status open
4693+
46544694
\begin_layout Plain Layout
46554695
Path subpath(int beginIndex, int endIndex)
46564696
\end_layout
46574697

4698+
\end_inset
4699+
4700+
4701+
\end_layout
4702+
46584703
\end_inset
46594704
</cell>
46604705
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
@@ -4672,10 +4717,19 @@ Path subpath(int beginIndex, int endIndex)
46724717
<cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none">
46734718
\begin_inset Text
46744719

4720+
\begin_layout Plain Layout
4721+
\begin_inset Flex Code
4722+
status open
4723+
46754724
\begin_layout Plain Layout
46764725
Path getParent()
46774726
\end_layout
46784727

4728+
\end_inset
4729+
4730+
4731+
\end_layout
4732+
46794733
\end_inset
46804734
</cell>
46814735
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
@@ -4693,10 +4747,19 @@ Path getParent()
46934747
<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
46944748
\begin_inset Text
46954749

4750+
\begin_layout Plain Layout
4751+
\begin_inset Flex Code
4752+
status open
4753+
46964754
\begin_layout Plain Layout
46974755
Path getRoot()
46984756
\end_layout
46994757

4758+
\end_inset
4759+
4760+
4761+
\end_layout
4762+
47004763
\end_inset
47014764
</cell>
47024765
<cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
@@ -4810,17 +4873,36 @@ status open
48104873
<cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none">
48114874
\begin_inset Text
48124875

4876+
\begin_layout Plain Layout
4877+
\begin_inset Flex Code
4878+
status open
4879+
48134880
\begin_layout Plain Layout
48144881
URI toUri()
48154882
\end_layout
48164883

4884+
\end_inset
4885+
4886+
4887+
\end_layout
4888+
48174889
\end_inset
48184890
</cell>
48194891
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
48204892
\begin_inset Text
48214893

48224894
\begin_layout Plain Layout
4823-
使用Uri方式描述路径。对于本地文件(文件系统)使用file协议,因此URI的形式如file:///path-to-file
4895+
使用
4896+
\begin_inset Flex Code
4897+
status open
4898+
4899+
\begin_layout Plain Layout
4900+
Uri
4901+
\end_layout
4902+
4903+
\end_inset
4904+
4905+
方式描述路径。对于本地文件(文件系统)使用file协议,因此URI的形式如file:///path-to-file
48244906
\end_layout
48254907

48264908
\end_inset
@@ -4830,10 +4912,19 @@ URI toUri()
48304912
<cell alignment="left" valignment="top" topline="true" leftline="true" usebox="none">
48314913
\begin_inset Text
48324914

4915+
\begin_layout Plain Layout
4916+
\begin_inset Flex Code
4917+
status open
4918+
48334919
\begin_layout Plain Layout
48344920
Path toAbsolutePath()
48354921
\end_layout
48364922

4923+
\end_inset
4924+
4925+
4926+
\end_layout
4927+
48374928
\end_inset
48384929
</cell>
48394930
<cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
@@ -4850,11 +4941,20 @@ Path toAbsolutePath()
48504941
<cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
48514942
\begin_inset Text
48524943

4944+
\begin_layout Plain Layout
4945+
\begin_inset Flex Code
4946+
status open
4947+
48534948
\begin_layout Plain Layout
48544949
Path toRealPath(LinkOption...
48554950
options) throws IOException
48564951
\end_layout
48574952

4953+
\end_inset
4954+
4955+
4956+
\end_layout
4957+
48584958
\end_inset
48594959
</cell>
48604960
<cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">

0 commit comments

Comments
 (0)