by support »
Hi,
Well, the data isn't really stored in a file -- the driver creates a file that is more like a pipe file. It's like reading from standard input: The data that is read was never stored on the disk, and still file I/O API is used to access it.
I hope this clarified things.
Regards,
Eli
Hi,
Well, the data isn't really stored in a file -- the driver creates a file that is more like a pipe file. It's like reading from standard input: The data that is read was never stored on the disk, and still file I/O API is used to access it.
I hope this clarified things.
Regards,
Eli