ByteVector::null, ByteVector::isNull(), String::null, String::isNull() have got marked deprecated.
It's dangerous to use them, and they will be removed in taglib2.
* method to check if the vector is empty.
*
* \see isEmpty()
+ *
+ * \deprecated
*/
+ // BIC: remove
bool isNull() const;
/*!
*
* \warning Do not modify this variable. It will mess up the internal state
* of TagLib.
+ *
+ * \deprecated
*/
+ // BIC: remove
static ByteVector null;
/*!
* check if the string is empty.
*
* \see isEmpty()
+ *
+ * \deprecated
*/
+ // BIC: remove
bool isNull() const;
/*!
*
* \warning Do not modify this variable. It will mess up the internal state
* of TagLib.
+ *
+ * \deprecated
*/
+ // BIC: remove
static String null;
protected: