Skip Navigation Links.

H5P..::..setDeflate Method (H5PropertyListId, )

Sets compression method and compression level. http://www.hdfgroup.org/HDF5/doc/RM/RM_H5P.html#Property-SetDeflate

Namespace:  HDF5DotNet
Assembly:  HDF5DotNet (in HDF5DotNet.dll)

Syntax

Visual Basic
Public Shared Sub setDeflate ( _
	id As H5PropertyListId, _
	level As Integer _
)
C#
public static void setDeflate(
	H5PropertyListId id,
	int level
)
Visual C++
public:
static void setDeflate(
	H5PropertyListId^ id, 
	int level
)
JavaScript
HDF5DotNet.H5P.setDeflate = function(id, level);

Parameters

id
Type: HDF5DotNet..::..H5PropertyListId
IN: Identifier for the dataset creation property list.
level
Type: Int32
IN: Compression level.

Return Value

void

Exceptions

ExceptionCondition
HDF5DotNet..::..H5PsetDeflateException throws H5PsetDeflateException on failure.

See Also