ArrayOutputStream-class {RProtoBuf}R Documentation

Class "ArrayOutputStream"

Description

A ZeroCopyOutputStream backed by an in-memory array of bytes

Objects from the Class

Objects can be created by the ArrayOutputStream function

Slots

pointer:

External pointer to the google::protobuf::io::ArrayOutputStream C++ object

Extends

Class "ZeroCopyOutputStream", directly.

Methods

See ZeroCopyOutputStream

Author(s)

Romain Francois <francoisromain@free.fr>

References

The ArrayOutputStream class from the protobuf C++ library.

See Also

ZeroCopyOutputStream for methods


[Package RProtoBuf version 0.4.22 Index]