Package 

Interface DecoderFactory

    • Method Summary

      Modifier and Type Method Description
      abstract T make() Produce a new instance of a decoder with type T.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • make

        @NonNull() abstract T make()

        Produce a new instance of a decoder with type T.