Learn R Programming

datapackage.r (version 1.3.5)

BinaryReadableConnection: Binary Readable Connection class

Description

Binary Readable connection class

Arguments

Value

Object of R6Class.

Format

R6Class object.

Methods

Public methods

Method new()

Usage

BinaryReadableConnection$new(options = list())

Method read()

Usage

BinaryReadableConnection$read(size = NULL)

Method clone()

The objects of this class are cloneable with this method.

Usage

BinaryReadableConnection$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.