Package jadx.api

Interface ResourcesLoader.ResourceDecoder<T>

  • Enclosing class:
    ResourcesLoader

    public static interface ResourcesLoader.ResourceDecoder<T>
    • Method Detail

      • decode

        T decode​(long size,
                 java.io.InputStream is)
          throws java.io.IOException
        Throws:
        java.io.IOException