RProtoBuf (version 0.4.22)

ArrayOutputStream-class: Class "ArrayOutputStream"

Description

A ZeroCopyOutputStream backed by an in-memory array of bytes

Arguments

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

Romain Francois <francoisromain@free.fr>

References

The ArrayOutputStream class from the protobuf C++ library.

See Also

ZeroCopyOutputStream for methods