Learn R Programming

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

RProtoBuf (version 0.1-0)

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

2,267

Version

0.1-0

License

GPL-2

Maintainer

Romain Francois

Last Published

February 2nd, 2010

Functions in RProtoBuf (0.1-0)

ArrayInputStream-class

Class "ArrayInputStream"
with.Message

with and within methods for protocol buffer messages
descriptor-methods

Get the descriptor of a message
field_count-methods

The number of fields
Descriptor-class

Class "Descriptor"
FileInputStream-methods

Creates an FileInputStream
clear-methods

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

Indicates if a protocol buffer message is initialized
Message-class

Class "Message"
bytesize-methods

The number of bytes taken by a message
is_extension-methods

Indicates if a field descriptor is an extension
number-methods

Gets the declared tag number of a field
nested_type_count-methods

The number of fields
FileDescriptor-class

Class "FileDescriptor"
set-methods

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

Backs up a number of bytes from a stream
MethodDescriptor-class

Class "MethodDescriptor"
containing_type-methods

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

Class "EnumDescriptor"
asMessage

coerce an object to a protobuf message
nested_type-methods

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

Class "FieldDescriptor"
ArrayInputStream-methods

Creates an ArrayInputStream
FileOutputStream-class

Class "FileOutputStream"
enum_type_count-methods

The number of enum types
EnumValueDescriptor-class

Class "EnumValueDescriptor"
ConnectionOutputStream-class

Class "ConnectionOutputStream"
addPerson

Add or remove another person to the the address book example for ProtoBuf
ZeroCopyInputStream-class

Virtual Class "ZeroCopyInputStream"
P

Protocol Buffer descriptor importer
ServiceDescriptor-class

Class "ServiceDescriptor"
ArrayOutputStream-class

Class "ArrayOutputStream"
ByteCount-methods

The number of bytes read/written since the object was created
FileOutputStream-methods

Creates an FileOutputStream
fetch-methods

Fetch content of a repeated field
size-methods

Size of a message field
ConnectionInputStream-class

Class "ConnectionInputStream"
SetCloseOnDelete-methods

set the close on delete behavior
read-methods

Read a protocol buffer message from a connection
RProtoBuf-package

R Interface to the Protocol Buffers API
ConnectionInputStream-methods

Creates an ConnectionInputStream
ZeroCopyOutputStream-class

Virtual Class "ZeroCopyOutputStream"
merge-methods

Merge two messages of the same type
label-methods

Gets the label of a field
type-methods

Gets the type or the c++ type of a field
clone-methods

Clone protocolo buffer messages
fileDescriptor-methods

gets the file descriptor of an object
RpcHTTP-class

Class "RpcHTTP"
ArrayOutputStream-methods

Creates an ArrayOutputStream
ConnectionOutputStream-methods

Creates an ConnectionOutputStream
Next-methods

Obtains a chunk of data from the stream
as.list.Message

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

Indicates if a message has the given field set
sizegets

Set the size of a field
add-methods

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

Extract a field descriptor
Skip-methods

Skips a number of bytes
invoke-methods

invoke a protobuf rpc method
listPeople

List content of address book example for ProtoBuf
name

Name or full name of a descriptor
completion

Completion support for protocol buffer messages and descriptors
FileInputStream-class

Class "FileInputStream"
GetErrno-methods

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

swap elements of a repeated field of a message
readProtoFiles

protocol buffer descriptor importer
enum_type-methods

Extract an enum type descriptor for a nested type