ZipFileArchive-class      package:Rcompression      R Documentation

_C_l_a_s_s_e_s _r_e_l_a_t_e_d _t_o _Z_i_p _a_r_c_h_i_v_e_s

_D_e_s_c_r_i_p_t_i_o_n:

     These classes represent Zip archives within a file
     ('ZipFileArchive'), within a memory buffer ('ZipMemoryArchive'),
     and individual entries within a Zip archive (('ZipArchiveEntry').

_S_l_o_t_s:


     '._D_a_t_a': Object of class '"character"' ~~ 

     '_c_l_a_s_s_e_s': Object of class '"character"' ~~ 

     '_e_l_e_m_e_n_t_s': Object of class '"character"' that gives the names of
          the elements within an archive.


_E_x_t_e_n_d_s:

     Class '"character"', from data part. Class '"ZipArchive"',
     directly. Class '"vector"', by class "character", distance 2.

_M_e_t_h_o_d_s:

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

_A_u_t_h_o_r(_s):

     Duncan Temple Lang

_S_e_e _A_l_s_o:

     The 'ROOXML' package uses these to access elements of a Office
     Open XML document.

_E_x_a_m_p_l_e_s:

     showClass("ZipFileArchive")

