hdf5storage.utilities
=====================

.. currentmodule:: hdf5storage.utilities

.. automodule:: hdf5storage.utilities

.. autosummary::

   does_dtype_have_a_zero_shape
   write_data
   read_data
   write_object_array
   read_object_array
   next_unused_name_in_group
   convert_numpy_str_to_uint16
   convert_numpy_str_to_uint32
   convert_to_str
   convert_to_numpy_str
   convert_to_numpy_bytes
   decode_complex
   encode_complex
   get_attribute
   convert_attribute_to_string
   get_attribute_string
   convert_attribute_to_string_array
   get_attribute_string_array
   set_attribute
   set_attribute_string
   set_attribute_string_array
   set_attributes_all
   del_attribute


does_dtype_have_a_zero_shape
----------------------------

.. autofunction:: does_dtype_have_a_zero_shape


write_data
----------

.. autofunction:: write_data


read_data
---------

.. autofunction:: read_data


write_object_array
------------------

.. autofunction:: write_object_array


read_object_array
------------------

.. autofunction:: read_object_array


next_unused_name_in_group
-------------------------

.. autofunction:: next_unused_name_in_group


convert_numpy_str_to_uint16
---------------------------

.. autofunction:: convert_numpy_str_to_uint16


convert_numpy_str_to_uint32
---------------------------

.. autofunction:: convert_numpy_str_to_uint32


convert_to_str
--------------

.. autofunction:: convert_to_str


convert_to_numpy_str
--------------------

.. autofunction:: convert_to_numpy_str


convert_to_numpy_bytes
----------------------

.. autofunction:: convert_to_numpy_bytes


decode_complex
--------------

.. autofunction:: decode_complex


encode_complex
--------------

.. autofunction:: encode_complex


get_attribute
-------------

.. autofunction:: get_attribute



convert_attribute_to_string
---------------------------

.. autofunction:: convert_attribute_to_string


get_attribute_string
--------------------

.. autofunction:: get_attribute_string


convert_attribute_to_string_array
---------------------------------

.. autofunction:: convert_attribute_to_string_array


get_attribute_string_array
--------------------------

.. autofunction:: get_attribute_string_array


set_attribute
-------------

.. autofunction:: set_attribute


set_attribute_string
--------------------

.. autofunction:: set_attribute_string


set_attribute_string_array
--------------------------

.. autofunction:: set_attribute_string_array


set_attributes_all
------------------

.. autofunction:: set_attributes_all


del_attribute
-------------

.. autofunction:: del_attribute

