register

open fun register(c: Class<out Any>)

Register a ZipExtraField implementation.

The given class must have a no-arg constructor and implement the ZipExtraField interface.

Parameters

c

the class to register