public interface DecoderFactory<T>
Interface for ImageDecoder and ImageRegionDecoder factories.
abstract T
make()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@NonNull() abstract T make()
Produce a new instance of a decoder with type T.