T
- the class of decoder that will be produced.public interface DecoderFactory<T>
Modifier and Type | Method and Description |
---|---|
T |
make()
Produce a new instance of a decoder with type
T . |
T make() throws java.lang.IllegalAccessException, java.lang.InstantiationException
T
.java.lang.IllegalAccessException
java.lang.InstantiationException