An open API service indexing awesome lists of open source software.

https://github.com/zipcodecore/maven.readwritefiles


https://github.com/zipcodecore/maven.readwritefiles

Last synced: 9 months ago
JSON representation

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.