unzFileRef-class {Rcompression}R Documentation

Internal classes used in the Rcompression package.

Description

These classes need to be accessible for the C code to work but are not used directly by the R user.

Objects from the Class

Created internally by C code and non-exported R functions.

Slots

ref:

Object of class "externalptr" the reference to the C-level structure.

classes:

Object of class "character" the names of the C++ classes which such objects can be legitimate members. This is checked when passing an R object to a C/C++ routine.

Extends

Class "RC++Reference", directly.

Methods

No methods defined with class "unzFileRef" in the signature.


[Package Rcompression version 0.93-2 Index]