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