ArchiveProvider.fullName

string fullName() const

Returns the full provider name in the format "vendor-format".

Returns

The full provider name string (e.g., "ddn-zip").

Performance: This method performs two allocations per call (concatenation + toLower). This is acceptable for provider lookup scenarios which are infrequent. For hot paths requiring repeated access, callers should cache the result.