public class PropertiesTextWriterFactory extends Object implements PropertiesWriterFactory
PropertiesWriterFactory
for text writers.Constructor and Description |
---|
PropertiesTextWriterFactory() |
Modifier and Type | Method and Description |
---|---|
PropertiesFormat |
getRDFFormat()
Returns
PropertiesFormat.TEXT . |
PropertiesWriter |
getWriter(OutputStream out)
Returns a new instance of
PropertiesTextWriter . |
PropertiesWriter |
getWriter(Writer writer)
Returns a new instance of
PropertiesTextWriter . |
public PropertiesFormat getRDFFormat()
PropertiesFormat.TEXT
.getRDFFormat
in interface PropertiesWriterFactory
public PropertiesWriter getWriter(OutputStream out)
PropertiesTextWriter
.getWriter
in interface PropertiesWriterFactory
out
- The OutputStream to write the RDF to.public PropertiesWriter getWriter(Writer writer)
PropertiesTextWriter
.getWriter
in interface PropertiesWriterFactory
writer
- The Writer to write the RDF to.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.