R wrapper for the ZeroCopyOutputStream c++ class
This is a virtual class
pointer
:external pointer to the google::protobuf::io::ZeroCopyOutputStream
object
signature(x="ZeroCopyOutputStream")
: invokes a method
signature(object="ZeroCopyOutputStream", payload = "raw" )
: push the raw vector into the stream. Returns the number of bytes actually written.
signature(object="ZeroCopyOutputStream")
: Backs up a number of bytes, so that the end of the last buffer returned by Next
is not actually written.
signature(object="ZeroCopyOutputStream")
: Returns the total number of bytes written since this object was created.
signature(object="ZeroCopyOuputStream")
, payload = "raw": write the raw bytes to the stream
Romain Francois <francoisromain@free.fr>
The google::protobuf::io::ZeroCopyOutputStream
C++ class.
TODO: add classes that extend