isVirtual abstract method

bool isVirtual(
  1. DataFormat<Object> format
)

When true, data in this format is virtual. It means it might not be readily available and may be generated on demand. This is true for example when dropping images from iPhone (they will be downloaded after dropped).

Implementation

bool isVirtual(DataFormat format);