Learn R Programming

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

RProtoBuf (version 0.2.2)

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

License

GPL-2

Maintainer

Romain

Last Published

January 12th, 2011

Functions in RProtoBuf (0.2.2)

is_extension-methods

Indicates if a field descriptor is an extension
isInitialized-methods

Indicates if a protocol buffer message is initialized
name

Name or full name of a descriptor
readProtoFiles

protocol buffer descriptor importer
label-methods

Gets the label of a field
GetErrno-methods

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

Skips a number of bytes
has-methods

Indicates if a message has the given field set
asMessage

coerce an object to a protobuf message
RProtoBuf-package

R Interface to the Protocol Buffers API
field-methods

Extract a field descriptor
ArrayOutputStream-class

Class "ArrayOutputStream"
ConnectionInputStream-methods

Creates an ConnectionInputStream
invoke-methods

invoke a protobuf rpc method
ArrayInputStream-class

Class "ArrayInputStream"
descriptor-methods

Get the descriptor of a message
ByteCount-methods

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

Virtual Class "ZeroCopyInputStream"
size-methods

Size of a message field
FieldDescriptor-class

Class "FieldDescriptor"
MethodDescriptor-class

Class "MethodDescriptor"
enum_type_count-methods

The number of enum types
SetCloseOnDelete-methods

set the close on delete behavior
sizegets

Set the size of a field
swap-methods

swap elements of a repeated field of a message
EnumValueDescriptor-class

Class "EnumValueDescriptor"
set-methods

set a subset of values of a repeated field of a message
ConnectionOutputStream-class

Class "ConnectionOutputStream"
FileOutputStream-methods

Creates an FileOutputStream
RpcHTTP-class

Class "RpcHTTP"
FileInputStream-methods

Creates an FileInputStream
FileOutputStream-class

Class "FileOutputStream"
nested_type_count-methods

The number of fields
containing_type-methods

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

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

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

Grab the protocol buffer message as an R list
completion

Completion support for protocol buffer messages and descriptors
ArrayInputStream-methods

Creates an ArrayInputStream
Descriptor-class

Class "Descriptor"
enum_type-methods

Extract an enum type descriptor for a nested type
P

Protocol Buffer descriptor importer
Message-class

Class "Message"
bytesize-methods

The number of bytes taken by a message
clone-methods

Clone protocolo buffer messages
ArrayOutputStream-methods

Creates an ArrayOutputStream
type-methods

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

Read a protocol buffer message from a connection
ConnectionOutputStream-methods

Creates an ConnectionOutputStream
number-methods

Gets the declared tag number of a field
with.Message

with and within methods for protocol buffer messages
ServiceDescriptor-class

Class "ServiceDescriptor"
merge-methods

Merge two messages of the same type
BackUp-methods

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

The number of fields
FileDescriptor-class

Class "FileDescriptor"
ZeroCopyOutputStream-class

Virtual Class "ZeroCopyOutputStream"
FileInputStream-class

Class "FileInputStream"
nested_type-methods

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

Class "EnumDescriptor"
ConnectionInputStream-class

Class "ConnectionInputStream"
add-methods

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

Fetch content of a repeated field
fileDescriptor-methods

gets the file descriptor of an object
readASCII-methods

read a message in ASCII format