Learn R Programming

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

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

License

GPL-2

Maintainer

Romain

Last Published

October 18th, 2010

Functions in RProtoBuf (0.2.1)

ZeroCopyInputStream-class

Virtual Class "ZeroCopyInputStream"
clone-methods

Clone protocolo buffer messages
Next-methods

Obtains a chunk of data from the stream
number-methods

Gets the declared tag number of a field
size-methods

Size of a message field
RProtoBuf-package

R Interface to the Protocol Buffers API
FieldDescriptor-class

Class "FieldDescriptor"
swap-methods

swap elements of a repeated field of a message
ByteCount-methods

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

Merge two messages of the same type
ConnectionOutputStream-methods

Creates an ConnectionOutputStream
ArrayInputStream-methods

Creates an ArrayInputStream
P

Protocol Buffer descriptor importer
FileInputStream-class

Class "FileInputStream"
RpcHTTP-class

Class "RpcHTTP"
asMessage

coerce an object to a protobuf message
enum_type-methods

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

Indicates if a field descriptor is an extension
ConnectionInputStream-methods

Creates an ConnectionInputStream
ZeroCopyOutputStream-class

Virtual Class "ZeroCopyOutputStream"
label-methods

Gets the label of a field
FileInputStream-methods

Creates an FileInputStream
EnumValueDescriptor-class

Class "EnumValueDescriptor"
ServiceDescriptor-class

Class "ServiceDescriptor"
GetErrno-methods

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

Skips a number of bytes
FileDescriptor-class

Class "FileDescriptor"
EnumDescriptor-class

Class "EnumDescriptor"
as.list.Message

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

Class "ArrayInputStream"
completion

Completion support for protocol buffer messages and descriptors
BackUp-methods

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

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

Class "ConnectionInputStream"
readProtoFiles

protocol buffer descriptor importer
Message-class

Class "Message"
bytesize-methods

The number of bytes taken by a message
SetCloseOnDelete-methods

set the close on delete behavior
sizegets

Set the size of a field
add-methods

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

invoke a protobuf rpc method
descriptor-methods

Get the descriptor of a message
FileOutputStream-class

Class "FileOutputStream"
type-methods

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

Fetch content of a repeated field
fileDescriptor-methods

gets the file descriptor of an object
nested_type_count-methods

The number of fields
ArrayOutputStream-methods

Creates an ArrayOutputStream
Descriptor-class

Class "Descriptor"
field_count-methods

The number of fields
with.Message

with and within methods for protocol buffer messages
set-methods

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

The number of enum types
FileOutputStream-methods

Creates an FileOutputStream
readASCII-methods

read a message in ASCII format
isInitialized-methods

Indicates if a protocol buffer message is initialized
field-methods

Extract a field descriptor
containing_type-methods

Gets the message type descriptor that contains a descriptor
name

Name or full name of a descriptor
has-methods

Indicates if a message has the given field set
ArrayOutputStream-class

Class "ArrayOutputStream"
MethodDescriptor-class

Class "MethodDescriptor"
read-methods

Read a protocol buffer message from a connection
nested_type-methods

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

Class "ConnectionOutputStream"