Input/Output Stream Objectives¶ Use streams to read and write data to files in binary and text formats. Use BufferedReader and PrintWriter to read and write lines of text in a text file. Avoid resource leaks by closing streams. Topics¶ Overview of Streams File Object BufferedReader PrintStream and PrintWriter Closing Streams Labs Up -- Next