canProcessType

open fun canProcessType(type: FileFormat<T>?): Boolean

Checks whether type can be processed by this processor.

The base naive approach is just to check if FileFormat.basis is equal to mediumKey