Interface JXCSkinSource

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @NotNull java.io.InputStream getInputStream​(@NotNull java.lang.String name)
      Returns an InputStream for a resource name.
      @NotNull java.lang.String getURI​(@NotNull java.lang.String name)
      Returns a description of the location of a resource name.
    • Method Detail

      • getInputStream

        @NotNull
        @NotNull java.io.InputStream getInputStream​(@NotNull
                                                    @NotNull java.lang.String name)
                                             throws java.io.IOException
        Returns an InputStream for a resource name.
        Parameters:
        name - the resource name
        Returns:
        the input stream for the resource
        Throws:
        java.io.IOException - if the resource cannot be loaded
      • getURI

        @NotNull
        @NotNull java.lang.String getURI​(@NotNull
                                         @NotNull java.lang.String name)
        Returns a description of the location of a resource name.
        Parameters:
        name - the resource name
        Returns:
        the description of the resource