1%feature("docstring") OT::XMLH5StorageManager 2"Storage manager that drives a XML file for metadata and HDF5 binary file for sample data. 3 4Available constructors: 5 XMLH5StorageManager(*filename*) 6 7 XMLH5StorageManager(*filename, compressionLevel*) 8 9Parameters 10---------- 11fileName : str 12 Name of the file containing the study. 13 Will also specify the name of the h5 file, which will be created next to the XML file. 14compressionLevel : int 15 Compression level of the resulting XML file, in the range 0,...,9 (0=no compression, 9=best compression). 16 The compression is done only if the XML lib has been compiled with zlib support. 17 The default value is given by 'XMLStorageManager-DefaultCompressionLevel' in :class:`~openturns.ResourceMap`. 18 19Notes 20----- 21*XMLH5StorageManager* enables to read and write OPENTURNS' objects from a XML 22file and the associated HDF5 file. 23 24See also 25-------- 26StorageManager" 27