Gnash
0.8.10
|
#include "noseek_fd_adapter.h"
#include <boost/scoped_array.hpp>
#include <cerrno>
#include <cstdio>
#include <string>
#include <boost/format.hpp>
#include <iostream>
#include "IOChannel.h"
#include "GnashSystemIOHeaders.h"
#include "utility.h"
#include "log.h"
Namespaces | |
namespace | gnash |
Anonymous namespace for callbacks, local functions, event handlers etc. | |
namespace | gnash::noseek_fd_adapter |
Functions | |
IOChannel * | gnash::noseek_fd_adapter::make_stream (int fd, const char *cachefilename=0) |
Returns a read-only IOChannel that fetches data from an file descriptor open for read. |