Gnash  0.8.11dev
Namespaces | Functions
tu_file.cpp File Reference
#include "tu_file.h"
#include <cstdio>
#include <boost/format.hpp>
#include <cerrno>
#include "GnashFileUtilities.h"
#include "utility.h"
#include "IOChannel.h"
#include "log.h"

Namespaces

 gnash
 Anonymous namespace for callbacks, local functions, event handlers etc.
 

Functions

std::unique_ptr< IOChannel > gnash::makeFileChannel (FILE *fp, bool close)
 Creates an IOChannel wrapper around a C stream. More...
 
std::unique_ptr< IOChannel > gnash::makeFileChannel (const char *filepath, const char *mode)
 Creates an IOChannel by opening the given file in the given mode. More...