List 3 types of Stream that can be used to send/receive data ?

 
 

I/O libraries often use the abstraction of a stream, which represents any data source or sink as an object capable of producing or receiving pieces of data. The stream hides the details of what happens to the data inside the actual I/O device.
We have inputsream,outputsream and FilterStream