company logo

Binary :: isEmpty - Is binary data block empty

The function returns true , when the binary data block handle does not refer to a data block or when the data block is empty ( length() is 0 ).

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false .

Implementation details

bool Binary  :: isEmpty (  )