Hello,
could you please advice what Java I/O Streams can be used for? Every of them which is in standard Java 5 or Java 6 I/O API.
For example FileReader and FileWriter are used for reading and writing files. StringReader and StringWriter are used for reading and writing strings in memory. ObjectInputStream and ObjectOutputStream used for Serialization.
If you know there is somewhere such table please let me know.
Thank you.