Class WriterDatasetProtobuf

java.lang.Object
org.apache.jena.riot.protobuf.WriterDatasetProtobuf
All Implemented Interfaces:
WriterDatasetRIOT

public class WriterDatasetProtobuf extends Object implements WriterDatasetRIOT
Write a dataset as RDF Protobuf
  • Constructor Details

    • WriterDatasetProtobuf

      public WriterDatasetProtobuf(RDFFormat fmt)
  • Method Details

    • getLang

      public Lang getLang()
      Specified by:
      getLang in interface WriterDatasetRIOT
    • write

      public void write(Writer out, DatasetGraph dsg, PrefixMap prefixMap, 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(OutputStream out, DatasetGraph dsg, PrefixMap prefixMap, 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)