BusBoy  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
BUSBOY::LocalTempFile Class Reference

Manages storage of a temp file on local disk. More...

#include <LocalTempFile.h>

Public Member Functions

 LocalTempFile (const std::string &dir, const std::string &name)
 
std::string getPath () const
 
void deleteFile ()
 
void copyFrom (DataFile &dataFile)
 
DataFiletoDataFile (const std::string &contentType)
 
 ~LocalTempFile ()
 

Detailed Description

Manages storage of a temp file on local disk.

Constructor & Destructor Documentation

BUSBOY::LocalTempFile::LocalTempFile ( const std::string &  dir,
const std::string &  name 
)
BUSBOY::LocalTempFile::~LocalTempFile ( )

Member Function Documentation

void BUSBOY::LocalTempFile::copyFrom ( DataFile dataFile)
void BUSBOY::LocalTempFile::deleteFile ( )
std::string BUSBOY::LocalTempFile::getPath ( ) const
DataFile * BUSBOY::LocalTempFile::toDataFile ( const std::string &  contentType)

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

Copyright 2014 Google Inc. All rights reserved.