Uses of Class
org.openjena.riot.ContentType

Packages that use ContentType
org.openjena.riot   
 

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