Interface IResContainerFactory


public interface IResContainerFactory
Factory for ResContainer. Can be used in plugins via context.getResourcesLoader().addResContainerFactory() to implement content parsing in files with different formats.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable ResContainer
    create(ResourceFile resFile, InputStream inputStream)
    Checks if resource file is of expected format and tries to parse its content.
    default void
    init(RootNode root)
    Optional init method