API documentation  2.0rc1
Public Member Functions | List of all members
client::File Class Reference

#include <clientlib.h>

Inherits client::Blob.

Public Member Functions

double get_lastModified ()
 
Dateget_lastModifiedDate ()
 
Stringget_name ()
 
Stringget_webkitRelativePath ()
 
Fileget_prototype ()
 
void set_prototype (File *)
 
 File (Array *parts, const String &filename)
 
 File (Array *parts, const String &filename, FilePropertyBag *properties)
 
- Public Member Functions inherited from client::Blob
double get_size ()
 
Stringget_type ()
 
void msClose ()
 
ObjectmsDetachStream ()
 
Blobslice ()
 
Blobslice (double start)
 
Blobslice (double start, double end)
 
Blobslice (double start, double end, const String &contentType)
 
Blobget_prototype ()
 
void set_prototype (Blob *)
 
 Blob ()
 
 Blob (Array *blobParts)
 
 Blob (Array *blobParts, BlobPropertyBag *options)
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 

Constructor & Destructor Documentation

◆ File() [1/2]

client::File::File ( Array parts,
const String filename 
)

◆ File() [2/2]

client::File::File ( Array parts,
const String filename,
FilePropertyBag properties 
)

Member Function Documentation

◆ get_lastModified()

double client::File::get_lastModified ( )

◆ get_lastModifiedDate()

Date* client::File::get_lastModifiedDate ( )

◆ get_name()

String* client::File::get_name ( )

◆ get_prototype()

File* client::File::get_prototype ( )

◆ get_webkitRelativePath()

String* client::File::get_webkitRelativePath ( )

◆ set_prototype()

void client::File::set_prototype ( File )