Interface IInputStreamProvider

    • Method Detail

      • getInputStream

        @Nullable
        InputStream getInputStream​(@Nonnull
                                   String sName)
        Get the input stream from the given name.
        Parameters:
        sName - The name to be resolved. May not be null.
        Returns:
        null if resolving failed.