Learn R Programming

⚠️There's a newer version (0.4.24) of this package.Take me there.

RProtoBuf (version 0.3.1)

R Interface to the Protocol Buffers API

Description

Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.

Copy Link

Version

Install

install.packages('RProtoBuf')

Monthly Downloads

3,090

Version

0.3.1

License

GPL-2

Maintainer

Dirk Eddelbuettel

Last Published

September 15th, 2013

Functions in RProtoBuf (0.3.1)

ZeroCopyInputStream-class

Virtual Class "ZeroCopyInputStream"
has-methods

Indicates if an object has the given field set
field-methods

Extract a field descriptor
size-methods

Size of a message field
FileOutputStream-class

Class "FileOutputStream"
completion

Completion support for protocol buffer messages and descriptors
swap-methods

swap elements of a repeated field of a message
with.Message

with and within methods for protocol buffer messages
ByteCount-methods

The number of bytes read/written since the object was created
ArrayInputStream-class

Class "ArrayInputStream"
set-methods

set a subset of values of a repeated field of a message
label-methods

Gets the label of a field
readASCII-methods

read a message in ASCII format
FileInputStream-methods

Creates an FileInputStream
FieldDescriptor-class

Class "FieldDescriptor"
ServiceDescriptor-class

Class "ServiceDescriptor"
field_count-methods

The number of fields
RProtoBuf-package

R Interface to the Protocol Buffers API
clone-methods

Clone protocolo buffer messages
MethodDescriptor-class

Class "MethodDescriptor"
ConnectionInputStream-methods

Creates an ConnectionInputStream
RpcHTTP-class

Class "RpcHTTP"
descriptor-methods

Get the descriptor of a message
asMessage

coerce an object to a protobuf message
invoke-methods

invoke a protobuf rpc method
merge-methods

Merge two messages of the same type
type-methods

Gets the type or the C++ type of a field
clear-methods

Clear a field or all fields of the message and set them to their default values
ArrayOutputStream-methods

Creates an ArrayOutputStream
EnumValueDescriptor-class

Class "EnumValueDescriptor"
enum_type_count-methods

The number of enum types
containing_type-methods

Gets the message type descriptor that contains a descriptor
ArrayOutputStream-class

Class "ArrayOutputStream"
P

Protocol Buffer descriptor importer
is_extension-methods

Indicates if a field descriptor is an extension
number-methods

Gets the declared tag number of a field
Skip-methods

Skips a number of bytes
bytesize-methods

The number of bytes taken by a message
sizegets

Set the size of a field
Next-methods

Obtains a chunk of data from the stream
BackUp-methods

Backs up a number of bytes from a stream
add-methods

add elements of a repeated field of a message
as.list.Message

Grab the protocol buffer message as an R list
readProtoFiles

protocol buffer descriptor importer
ConnectionOutputStream-methods

Creates an ConnectionOutputStream
ZeroCopyOutputStream-class

Virtual Class "ZeroCopyOutputStream"
fileDescriptor-methods

gets the file descriptor of an object
enum_type-methods

Extract an enum type descriptor for a nested type
GetErrno-methods

Get the error number for an I/O error
FileOutputStream-methods

Creates an FileOutputStream
isInitialized-methods

Indicates if a protocol buffer message is initialized
name

Name or full name of a descriptor
nested_type_count-methods

The number of fields
FileDescriptor-class

Class "FileDescriptor"
SetCloseOnDelete-methods

set the close on delete behavior
ArrayInputStream-methods

Creates an ArrayInputStream
ConnectionInputStream-class

Class "ConnectionInputStream"
ConnectionOutputStream-class

Class "ConnectionOutputStream"
read-methods

Read a protocol buffer message from a connection
FileInputStream-class

Class "FileInputStream"
nested_type-methods

Extract a message type descriptor for a nested type
Descriptor-class

Class "Descriptor"
EnumDescriptor-class

Class "EnumDescriptor"
fetch-methods

Fetch content of a repeated field
Message-class

Class "Message"