1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Blosc
=====
.. automodule:: numcodecs.blosc
.. autoclass:: Blosc
.. autoattribute:: codec_id
.. autoattribute:: NOSHUFFLE
.. autoattribute:: SHUFFLE
.. autoattribute:: BITSHUFFLE
.. autoattribute:: AUTOSHUFFLE
.. automethod:: encode
.. automethod:: decode
.. automethod:: get_config
.. automethod:: from_config
.. automethod:: decode_partial
Helper functions
----------------
.. autofunction:: init
.. autofunction:: destroy
.. autofunction:: compname_to_compcode
.. autofunction:: list_compressors
.. autofunction:: get_nthreads
.. autofunction:: set_nthreads
.. autofunction:: cbuffer_sizes
.. autofunction:: cbuffer_complib
.. autofunction:: cbuffer_metainfo
.. autofunction:: compress
.. autofunction:: decompress
.. autofunction:: decompress_partial
|