Java Tutorial for Beginners Lesson 19: IO Streams What we will learn from this lesson: - Input/Output Data Flow - Input Stream -> Input Source - Output Stream -> Output Destination - Importing java.io Package - FileInputStream - Reading Data from a Source File - FileOutputStream - Writing Data to a Destination File