Class ProtoBundleConfigResContainerFactory

  • All Implemented Interfaces:
    jadx.api.plugins.resources.IResContainerFactory

    public class ProtoBundleConfigResContainerFactory
    extends java.lang.Object
    implements jadx.api.plugins.resources.IResContainerFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @Nullable jadx.core.xmlgen.ResContainer create​(jadx.api.ResourceFile resFile, java.io.InputStream inputStream)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface jadx.api.plugins.resources.IResContainerFactory

        init
    • Constructor Detail

      • ProtoBundleConfigResContainerFactory

        public ProtoBundleConfigResContainerFactory()
    • Method Detail

      • create

        @Nullable
        public @Nullable jadx.core.xmlgen.ResContainer create​(jadx.api.ResourceFile resFile,
                                                              java.io.InputStream inputStream)
                                                       throws java.io.IOException
        Specified by:
        create in interface jadx.api.plugins.resources.IResContainerFactory
        Throws:
        java.io.IOException