Google APIs Client Library for C++
data_writer.h File Reference
#include <string>
#include "googleapis/base/callback.h"
#include "googleapis/base/integral_types.h"
#include "googleapis/strings/stringpiece.h"
#include "googleapis/util/status.h"

Go to the source code of this file.

Classes

class  DataWriter
 Interface for writing into synchronous binary data stream. More...

Namespaces

namespace  googleapis
 

A service request pager acts as a high level iterator for paging through results.


namespace  googleapis::client
 

namespace thread


Functions

DataWriter * NewFileDataWriter (const StringPiece &path)
 Creates a data writer that rewrites the file at the given path.
DataWriter * NewFileDataWriter (const StringPiece &path, const FileOpenOptions &options)
 Creates a data writer that rewrites the file at the given path with control over how the file is created.
DataWriter * NewStringDataWriter (string *s)
 Creates a data writer that rewrites the given string.
DataWriter * NewStringDataWriter ()
 Creates an in-memory data writer that encapsulates the memory it uses.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines