Uses of Class
org.openjena.riot.ContentType

Packages that use ContentType
org.openjena.atlas.web   
org.openjena.riot   
 

Uses of ContentType in org.openjena.atlas.web
 

Methods in org.openjena.atlas.web that return ContentType
 ContentType TypedStream.getMediaType()
           
 

Constructors in org.openjena.atlas.web with parameters of type ContentType
TypedStream(InputStream in, ContentType ct)
           
 

Uses of ContentType in org.openjena.riot
 

Fields in org.openjena.riot declared as ContentType
static ContentType WebContent.ctN3
          Constants
 

Methods in org.openjena.riot that return ContentType
static ContentType ContentType.create(String contentType)
           
static ContentType ContentType.create(String contentType, String charset)
           
static ContentType ContentType.createConst(String contentType, String dftCharset)
          Create a media type, with a default charset
static ContentType ContentType.parse(String x)
          Split Content-Type into MIME type and charset
 



Licenced under the Apache License, Version 2.0