Package | Description |
---|---|
com.bigdata.rdf.properties | |
com.bigdata.rdf.properties.text | |
com.bigdata.rdf.properties.xml |
Modifier and Type | Method and Description |
---|---|
PropertiesWriter |
PropertiesWriterFactory.getWriter(OutputStream out)
Returns an
PropertiesWriter instance that will write to the
supplied output stream. |
PropertiesWriter |
PropertiesWriterFactory.getWriter(Writer writer)
Returns an
PropertiesWriter instance that will write to the
supplied writer. |
Modifier and Type | Class and Description |
---|---|
class |
PropertiesTextWriter
PropertiesFormat.TEXT writer. |
Modifier and Type | Method and Description |
---|---|
PropertiesWriter |
PropertiesTextWriterFactory.getWriter(OutputStream out)
Returns a new instance of
PropertiesTextWriter . |
PropertiesWriter |
PropertiesTextWriterFactory.getWriter(Writer writer)
Returns a new instance of
PropertiesTextWriter . |
Modifier and Type | Class and Description |
---|---|
class |
PropertiesXMLWriter
PropertiesFormat XML writer. |
Modifier and Type | Method and Description |
---|---|
PropertiesWriter |
PropertiesXMLWriterFactory.getWriter(OutputStream out)
Returns a new instance of
PropertiesXMLWriter . |
PropertiesWriter |
PropertiesXMLWriterFactory.getWriter(Writer writer)
Returns a new instance of
PropertiesXMLWriter . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.