Class Deferred

    • Method Detail

      • getContents

        @Nonnull
        public java.io.InputStream getContents()
                                        throws java.io.IOException
        Specified by:
        getContents in interface ContentSupplier
        Throws:
        java.io.IOException
      • getName

        public java.lang.String getName()
        Description copied from interface: NameSupplier
        Returns the resources name, which may include path components, like directory names, or something like that. The resources name is expected to be a relative name and the path components must be separated by File.pathSeparator
        Specified by:
        getName in interface NameSupplier