Interface WriterDatasetRIOT

    • Method Detail

      • write

        void write​(java.io.OutputStream out,
                   DatasetGraph datasetGraph,
                   PrefixMap prefixMap,
                   java.lang.String baseURI,
                   Context context)
        Parameters:
        out - OutputStream
        datasetGraph - DatasetGraph to be written
        prefixMap - PrefixMap - maybe null (default should be to use the prefix mapping from the Graph)
        baseURI - base URI - may be null for "none"
        context - Context (see specific implementation for details)
      • write

        void write​(java.io.Writer out,
                   DatasetGraph datasetGraph,
                   PrefixMap prefixMap,
                   java.lang.String baseURI,
                   Context context)
        Use of Writer is discouraged - let the serializer manage character sets in accordance with the format
        Parameters:
        out - Writer
        datasetGraph - DatasetGraph to be written
        prefixMap - PrefixMap - maybe null (default should be to use the prefix mapping from the Graph)
        baseURI - base URI - may be null for "none"
        context - Context (see specific implementation for details)
      • getLang

        Lang getLang()