Learn R Programming

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

RProtoBuf (version 0.2.6)

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.2.6

License

GPL-2

Maintainer

Dirk Eddelbuettel

Last Published

October 4th, 2012

Functions in RProtoBuf (0.2.6)

FieldDescriptor-class

Class "FieldDescriptor"
field-methods

Extract a field descriptor
ConnectionInputStream-methods

Creates an ConnectionInputStream
EnumValueDescriptor-class

Class "EnumValueDescriptor"
Next-methods

Obtains a chunk of data from the stream
P

Protocol Buffer descriptor importer
name

Name or full name of a descriptor
size-methods

Size of a message field
MethodDescriptor-class

Class "MethodDescriptor"
Skip-methods

Skips a number of bytes
containing_type-methods

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

Creates an ArrayOutputStream
ArrayOutputStream-class

Class "ArrayOutputStream"
as.list.Message

Grab the protocol buffer message as an R list
nested_type_count-methods

The number of fields
clone-methods

Clone protocolo buffer messages
RProtoBuf-package

R Interface to the Protocol Buffers API
FileInputStream-class

Class "FileInputStream"
ZeroCopyInputStream-class

Virtual Class "ZeroCopyInputStream"
type-methods

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

Indicates if a protocol buffer message is initialized
Descriptor-class

Class "Descriptor"
Message-class

Class "Message"
asMessage

coerce an object to a protobuf message
field_count-methods

The number of fields
clear-methods

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

gets the file descriptor of an object
ConnectionInputStream-class

Class "ConnectionInputStream"
sizegets

Set the size of a field
label-methods

Gets the label of a field
read-methods

Read a protocol buffer message from a connection
fetch-methods

Fetch content of a repeated field
readProtoFiles

protocol buffer descriptor importer
SetCloseOnDelete-methods

set the close on delete behavior
enum_type-methods

Extract an enum type descriptor for a nested type
FileDescriptor-class

Class "FileDescriptor"
FileInputStream-methods

Creates an FileInputStream
descriptor-methods

Get the descriptor of a message
ZeroCopyOutputStream-class

Virtual Class "ZeroCopyOutputStream"
ArrayInputStream-class

Class "ArrayInputStream"
ServiceDescriptor-class

Class "ServiceDescriptor"
ConnectionOutputStream-class

Class "ConnectionOutputStream"
set-methods

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

Creates an ArrayInputStream
FileOutputStream-class

Class "FileOutputStream"
invoke-methods

invoke a protobuf rpc method
ByteCount-methods

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

Class "RpcHTTP"
is_extension-methods

Indicates if a field descriptor is an extension
nested_type-methods

Extract a message type descriptor for a nested type
GetErrno-methods

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

Merge two messages of the same type
BackUp-methods

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

add elements of a repeated field of a message
ConnectionOutputStream-methods

Creates an ConnectionOutputStream
completion

Completion support for protocol buffer messages and descriptors
has-methods

Indicates if a message has the given field set
FileOutputStream-methods

Creates an FileOutputStream
bytesize-methods

The number of bytes taken by a message
enum_type_count-methods

The number of enum types
readASCII-methods

read a message in ASCII format
with.Message

with and within methods for protocol buffer messages
EnumDescriptor-class

Class "EnumDescriptor"
number-methods

Gets the declared tag number of a field
swap-methods

swap elements of a repeated field of a message