https://github.com/zipcodecore/maven.readwritefiles
https://github.com/zipcodecore/maven.readwritefiles
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zipcodecore/maven.readwritefiles
- Owner: ZipCodeCore
- Created: 2018-11-21T19:20:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T19:04:36.000Z (almost 7 years ago)
- Last Synced: 2025-04-15T21:16:05.258Z (9 months ago)
- Language: Java
- Size: 9.77 KB
- Stars: 0
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Read and Write Document
* **Objective** - To implement a `Document` object which uses a composite `File` and `FileWriter` to `read` and `write` to a file.
* **Purpose** - To demonstrate use of:
* Exception Handling
* Reading from file
* Writing to file
## Instructions
* Ensure each of the test classes passes with 100% pass rate.