Function OpenVDS::IsCompressionMethodSupported

inline bool OpenVDS::IsCompressionMethodSupported(CompressionMethod compressionMethod)

Check if a compression method is supported. Not all compression methods might be supported when creating VDSs, and this method checks if a particular compression methods is supported by this implementation.

Parameters:

compressionMethod – The compression method to check

Returns:

True if the compression method is supported when creating VDSs with this implementation.