DecoderFactory

public interface DecoderFactory<T>

Interface for decoder (and region decoder) factories.

Functions

Link copied to clipboard
public abstract T make()
Produce a new instance of a decoder with type T.