File Streams
n
FileInputStream
–
Byte input stream derived from InputStream
–
Let you read bytes from the connected file
n
FileOutputStream
–
Byte output stream derived from OutputStream
–
Let you write bytes to the connect file
n