public class RDFExporter extends Object implements ResultExporter
Constructor and Description |
---|
RDFExporter(OutputStream out,
XLink xlink,
org.openrdf.rio.RDFFormat format)
Creates a new RDF result exporter.
|
RDFExporter(PrintWriter out,
XLink xlink,
org.openrdf.rio.RDFFormat format)
Creates a new RDF result exporter.
|
public RDFExporter(OutputStream out, XLink xlink, org.openrdf.rio.RDFFormat format) throws FalseFileTypeException
out
- The OutputStream where the results are stored.xlink
- The component of X-Link.format
- The format of the output file.FalseFileTypeException
public RDFExporter(PrintWriter out, XLink xlink, org.openrdf.rio.RDFFormat format) throws FalseFileTypeException
out
- The PrintWiter where the results are stored.xlink
- The component of X-Link.format
- The format of the output file.FalseFileTypeException
public void exportResults()
exportResults
in interface ResultExporter
Copyright © 2014. All rights reserved.