Class SolidNonRDFSource

    • Constructor Detail

      • SolidNonRDFSource

        public SolidNonRDFSource​(URI identifier,
                                 String contentType,
                                 InputStream entity)
        Create a non-RDF-bearing Solid Resource.
        Parameters:
        identifier - the resource identifier
        contentType - the content type
        entity - the entity
      • SolidNonRDFSource

        public SolidNonRDFSource​(URI identifier,
                                 String contentType,
                                 InputStream entity,
                                 Metadata metadata)
        Create a non-RDF-bearing Solid Resource.
        Parameters:
        identifier - the resource identifier
        contentType - the content type
        entity - the entity
        metadata - the metadata, may be null
    • Method Detail