isEmpty
isEmpty(): Boolean;
The isEmpty method of the JadeBytes class returns true if the receiver is empty; that is, no content has been assigned and no storage space has been allocated.
This method always returns false for singleFile instances, because the associated disk file is always present.