Buffered File I/O

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

This type is used to read or write a large amount of data to a file. Data is stored in an internal buffer before it is read or written to the file. By doing this, the program can access the data more efficiently.