public interface PropertiesWriterFactory
Modifier and Type | Method and Description |
---|---|
PropertiesFormat |
getRDFFormat()
Returns the PropertiesFactory for this factory.
|
PropertiesWriter |
getWriter(OutputStream out)
Returns an
PropertiesWriter instance that will write to the
supplied output stream. |
PropertiesWriter |
getWriter(Writer writer)
Returns an
PropertiesWriter instance that will write to the
supplied writer. |
PropertiesFormat getRDFFormat()
PropertiesWriter getWriter(OutputStream out)
PropertiesWriter
instance that will write to the
supplied output stream.out
- The OutputStream to write the RDF to.PropertiesWriter getWriter(Writer writer)
PropertiesWriter
instance that will write to the
supplied writer.writer
- The Writer to write the RDF to.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.