providersFor
fn
CompressionProvider[] providersFor(CompressionFormat fmt)Query available providers for a format. Returns a copy; mutating it does not affect the registry. Thread-safe.
fn
CompressionProvider[] providersFor(string formatId)Query available providers for a string-identified format. The textual formatId is mapped to a CompressionFormat and the corresponding enum-based registry entry is returned.