Menu
Topics Index
...
`


Input/Output: Exploring java.io >
Siva Nookala - 06 Oct 2016
Stream Benefits :

The streaming interface to I/O in java provides a clean abstraction for a complex and often cumbersome task. The composition of the filtered stream classes allows you to dynamically build the custom streaming interface to suit your data transfer requirements. Java programs written to adhere to the abstract, high-level Java InputStream Class, Java OutputStream Class, Reader Class In Java, and Java Writer Class classes will function properly in the future even when new and improved concrete stream classes are invented. This model works very well when we switch from a file system-based set of streams to the network and socket streams. Finally Serialization I/O classes provides a portable solution to this sometimes tricky task.

0
Wrong
Score more than 2 points

© meritcampus 2019

All Rights Reserved.

Open In App