Passenger::BufferedUpload Class Reference
[Apache-independent support classes and function]

#include <Utils.h>

List of all members.


Detailed Description

Represents a buffered upload file.

Public Member Functions

 BufferedUpload (const char *identifier="temp")
 Create an empty upload bufer file, and open it for reading and writing.

Static Public Member Functions

static string getDir ()
 Returns the directory in which upload buffer files are stored.

Public Attributes

FILE * handle
 The file handle.

Constructor & Destructor Documentation

Passenger::BufferedUpload::BufferedUpload ( const char *  identifier = "temp"  )  [inline]

Create an empty upload bufer file, and open it for reading and writing.

Exceptions:
SystemException Something went wrong.


Member Function Documentation

static string Passenger::BufferedUpload::getDir (  )  [inline, static]

Returns the directory in which upload buffer files are stored.

This is a subdirectory of the directory returned by getPassengerTempDir().


Member Data Documentation

The file handle.


The documentation for this class was generated from the following file:

Generated on Tue Mar 31 14:00:31 2009 for Passenger by  doxygen 1.5.5