Class StringResourceStream

    • Constructor Detail

      • StringResourceStream

        public StringResourceStream​(java.lang.CharSequence string)
        Construct.
        Parameters:
        string - The resource string
      • StringResourceStream

        public StringResourceStream​(java.lang.CharSequence string,
                                    java.lang.String contentType)
        Construct.
        Parameters:
        string - The resource string
        contentType - The mime type of this resource, such as "image/jpeg" or "text/html"