filehashFormats           package:filehash           R Documentation

_L_i_s_t _a_n_d _r_e_g_i_s_t_e_r _f_i_l_e_h_a_s_h _f_o_r_m_a_t_s

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

     List and register filehash backend database formats.

_U_s_a_g_e:

     registerFormatDB(name, funlist)
     filehashFormats(...)

_A_r_g_u_m_e_n_t_s:

    name: character, name of database format

 funlist: list of functions for creating and initializing a database
          format

     ...: list of functions for registering a new database format

_D_e_t_a_i_l_s:

     'registerFormatDB' can be used to register new filehash backend
     database formats.  'filehashFormats' called with no arguments
     lists information on available formats.

_V_a_l_u_e:

     'filehashFormats' returns a list containing information on the
     available filehash formats.

