Learn R Programming

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

RProtoBuf (version 0.2.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

3,090

Version

0.2.0

License

GPL-2

Maintainer

Romain

Last Published

September 11th, 2010

Functions in RProtoBuf (0.2.0)

FieldDescriptor-class

Class "FieldDescriptor"
Message-class

Class "Message"
number-methods

Gets the declared tag number of a field
sizegets

Set the size of a field
bytesize-methods

The number of bytes taken by a message
size-methods

Size of a message field
FileInputStream-methods

Creates an FileInputStream
ByteCount-methods

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

Class "ServiceDescriptor"
ZeroCopyOutputStream-class

Virtual Class "ZeroCopyOutputStream"
isInitialized-methods

Indicates if a protocol buffer message is initialized
fileDescriptor-methods

gets the file descriptor of an object
set-methods

set a subset of values of a repeated field of a message
completion

Completion support for protocol buffer messages and descriptors
Skip-methods

Skips a number of bytes
BackUp-methods

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

Virtual Class "ZeroCopyInputStream"
readProtoFiles

protocol buffer descriptor importer
has-methods

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

set the close on delete behavior
descriptor-methods

Get the descriptor of a message
Next-methods

Obtains a chunk of data from the stream
invoke-methods

invoke a protobuf rpc method
RProtoBuf-package

R Interface to the Protocol Buffers API
field-methods

Extract a field descriptor
ConnectionOutputStream-methods

Creates an ConnectionOutputStream
ArrayOutputStream-methods

Creates an ArrayOutputStream
RpcHTTP-class

Class "RpcHTTP"
ArrayInputStream-class

Class "ArrayInputStream"
MethodDescriptor-class

Class "MethodDescriptor"
FileOutputStream-methods

Creates an FileOutputStream
nested_type-methods

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

The number of fields
FileOutputStream-class

Class "FileOutputStream"
type-methods

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

Indicates if a field descriptor is an extension
as.list.Message

Grab the protocol buffer message as an R list
ConnectionInputStream-class

Class "ConnectionInputStream"
FileDescriptor-class

Class "FileDescriptor"
ArrayOutputStream-class

Class "ArrayOutputStream"
clone-methods

Clone protocolo buffer messages
swap-methods

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

Class "Descriptor"
FileInputStream-class

Class "FileInputStream"
add-methods

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

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

Fetch content of a repeated field
field_count-methods

The number of fields
GetErrno-methods

Get the error number for an I/O error
P

Protocol Buffer descriptor importer
readASCII-methods

read a message in ASCII format
ConnectionInputStream-methods

Creates an ConnectionInputStream
EnumDescriptor-class

Class "EnumDescriptor"
read-methods

Read a protocol buffer message from a connection
label-methods

Gets the label of a field
ConnectionOutputStream-class

Class "ConnectionOutputStream"
with.Message

with and within methods for protocol buffer messages
ArrayInputStream-methods

Creates an ArrayInputStream
merge-methods

Merge two messages of the same type
containing_type-methods

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

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

Class "EnumValueDescriptor"
enum_type_count-methods

The number of enum types
asMessage

coerce an object to a protobuf message
name

Name or full name of a descriptor