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

#include <clientlib.h>

Inherits client::Object.

Inherited by client::File.

Public Member Functions

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

◆ Blob() [1/3]

client::Blob::Blob ( )

◆ Blob() [2/3]

client::Blob::Blob ( Array blobParts)

◆ Blob() [3/3]

client::Blob::Blob ( Array blobParts,
BlobPropertyBag options 
)

Member Function Documentation

◆ get_prototype()

Blob* client::Blob::get_prototype ( )

◆ get_size()

double client::Blob::get_size ( )

◆ get_type()

String* client::Blob::get_type ( )

◆ msClose()

void client::Blob::msClose ( )

◆ msDetachStream()

Object* client::Blob::msDetachStream ( )

◆ set_prototype()

void client::Blob::set_prototype ( Blob )

◆ slice() [1/4]

Blob* client::Blob::slice ( )

◆ slice() [2/4]

Blob* client::Blob::slice ( double  start)

◆ slice() [3/4]

Blob* client::Blob::slice ( double  start,
double  end 
)

◆ slice() [4/4]

Blob* client::Blob::slice ( double  start,
double  end,
const String contentType 
)