Uses of Class
no.hasmac.jsonld.document.RdfDocument
-
Packages that use RdfDocument Package Description no.hasmac.jsonld.document Processable documents. -
-
Uses of RdfDocument in no.hasmac.jsonld.document
Methods in no.hasmac.jsonld.document that return RdfDocument Modifier and Type Method Description static RdfDocument
RdfDocument. of(java.io.InputStream is)
Create a new document from content provided byInputStream
.static RdfDocument
RdfDocument. of(MediaType type, java.io.InputStream is)
-