If I have a buffer which contains the data of a file, how can I get a file descriptor from it? This is a question derived from how to untar file in memory
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I wrote a simple example how to make filedescriptor to a memory area:
|
||||
|
|
|
You can't. Unlike C++, the C model of file I/O isn't open to extension. |
|||||
|