Byte Streams
nThe abstract classes InputStream
and OutputStream
are the root of the inheritance hierarchies for handling reading and writing bytes
nTake a look
at InputStream/OutputStrem documentation JDK notes on the IO
package and the
Sun tutorial
n