Class WriterDatasetThrift

    • Constructor Detail

      • WriterDatasetThrift

        public WriterDatasetThrift​(RDFFormat fmt)
    • Method Detail

      • write

        public void write​(java.io.Writer out,
                          DatasetGraph dsg,
                          PrefixMap prefixMap,
                          java.lang.String baseURI,
                          Context context)
        Description copied from interface: WriterDatasetRIOT
        Use of Writer is discouraged - let the serializer manage character sets in accordance with the format
        Specified by:
        write in interface WriterDatasetRIOT
        Parameters:
        out - Writer
        dsg - 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

        public void write​(java.io.OutputStream out,
                          DatasetGraph dsg,
                          PrefixMap prefixMap,
                          java.lang.String baseURI,
                          Context context)
        Specified by:
        write in interface WriterDatasetRIOT
        Parameters:
        out - OutputStream
        dsg - 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)