Class FileFormat

java.lang.Object
org.eclipse.rdf4j.common.lang.FileFormat
Direct Known Subclasses:
QueryResultFormat, RDFFormat

public class FileFormat extends Object
Abstract representation of a file format. File formats are identified by a name and can have one or more associated MIME types, zero or more associated file extensions and can specify a (default) character encoding.
Author:
Arjohn Kampman