This website works better with JavaScript
Home
Explore
Yoda
Portal
Forum
Help
Sign In
demetrm
/
exceptions-readandwrite
forked from
Cohort4.2/exceptions-readandwrite
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
3
Commits
1
Branch
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
exceptions-readandwrite
/
README.md
README.md
521B
Permalink
History
Raw
Read and Write Document
Objective
- To implement a
Document
object which uses a composite
File
and
FileWriter
to
read
and
write
to a
Purpose
- To demonstrate use of exception handling
Instructions
Research
FileWriter
to ensure you know
how to
read
,
write
, and
flush
data.
It is advised that you begin by implementing
read
and
write
for the
Document
.
Ensure each of the test classes passes with 100% pass rate.