Gnash
0.8.10
|
Functions | |
IOChannel * | make_stream (int fd, const char *cachefilename=0) |
Returns a read-only IOChannel that fetches data from an file descriptor open for read. |
Code to use volatile (non-back-seekable) streams as IOChannel objects (which are seekable by definition) by storing read bytes in a temporary file.
DSOEXPORT IOChannel * gnash::noseek_fd_adapter::make_stream | ( | int | fd, |
const char * | cachefilename = 0 |
||
) |