public class RDFDatabaseWriter extends Object implements DatabaseWriter
| Constructor and Description |
|---|
RDFDatabaseWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected XmlStreamWriter |
newXmlStreamWriter(Writer writer) |
void |
serializeAccount(OutputStream os,
Account account) |
void |
write(OutputStream os,
Database db) |
protected XmlStreamWriter newXmlStreamWriter(Writer writer) throws XmlIOException
XmlIOExceptionpublic void write(OutputStream os, Database db) throws Exception
write in interface DatabaseWriterExceptionpublic void serializeAccount(OutputStream os, Account account) throws Exception
serializeAccount in interface DatabaseWriterExceptionCopyright © 2018. All rights reserved.