Stream File I/O

Home > Computer Science > Programming Languages > File I/O > Stream File I/O

This type of I/O is used to read and write data to a file in a continuous stream. This can be useful for processing data in real-time.