I am new in java and now learning the File io . but i am very confused about the io as there are many objects to deal with it (FileReader, FileWriter, BufferedReader, BufferedWriter, FileInputStream, FileOutputStream ... and may be there are more).
I want to know that what is the most efficient process for File io(What should i use ?).i don't want any encoding. i want just processing text files. Any simple example code will be greatly helpful.
Thank you.
NIO. - Eng.Fouad