8000 :art: · fefong/java-fileReadWrite@50e745e · GitHub
[go: up one dir, main page]

Skip to content

Commit 50e745e

Browse files
authored
🎨
1 parent 36e2d72 commit 50e745e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Java Reader and Write Files
22

3-
Example Application: Reader_(FileReader)_ and Write_(FileWriter)_ files.
3+
Example Application: Reader _(FileReader)_ and Write _(FileWriter)_ files.
44

55
## Read File
66

@@ -52,6 +52,7 @@ while ((line = buffer.readLine()) != null) {
5252
buffer.close();
5353
```
5454

55+
See the implementation: [project](/src/Main.java)
5556

5657
## Write File
5758

@@ -102,6 +103,8 @@ System.out.println("Success! You file is saved!");
102103
buffer.close();
103104
```
104105

106+
See the implementation: [project](/src/Main.java)
107+
105108
## Exceptions
106109

107110
* _IOException_

0 commit comments

Comments
 (0)
0