Java Input/Output  «Prev 

Java I/O Abstraction

 Java IO abstraction is the stream, which is a medium through which data is transferred
1)Java IO abstraction is the stream, which is a medium through which data is transferred

 A stream acts sort of like a pipe in the real world, except that it shuttles moving data instead of water or gas
2)A stream acts sort of like a pipe in the real world, except that it shuttles moving data instead of water or gas

 Data is transferred through a stream one byte at a time, and can be directed in different ways
3)Data is transferred through a stream one byte at a time, and can be directed in different ways