Hi , I am very very very confused with Java I/O , there are a million classes to use for I/O , from what I could gather , the best for Byte Streams will be:
to wrap FileInputStream in the
DataInputStream for reading
& to wrap FileOutputStream in
DataOutputStream
and for Character Streams
to wrap FileReader in BufferedReader
for reading
& to wrap FileWriter in PrintWriter
for writing
am I on the right track ?? - Please don't be to hard on me I am trying to learn this ;-)
Christiaan
to wrap FileInputStream in the
DataInputStream for reading
& to wrap FileOutputStream in
DataOutputStream
and for Character Streams
to wrap FileReader in BufferedReader
for reading
& to wrap FileWriter in PrintWriter
for writing
am I on the right track ?? - Please don't be to hard on me I am trying to learn this ;-)
Christiaan