com.ldodds.foafamatic.save
Class RDFExporter

java.lang.Object
  |
  +--com.ldodds.foafamatic.save.RDFExporter
All Implemented Interfaces:
Exporter

public class RDFExporter
extends java.lang.Object
implements Exporter

This code is Public Domain

Author:
ccslrd

Constructor Summary
RDFExporter()
           
 
Method Summary
 void export(Model model, java.io.OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFExporter

public RDFExporter()
Method Detail

export

public void export(Model model,
                   java.io.OutputStream out)
Specified by:
export in interface Exporter
See Also:
Exporter.export(Model, OutputStream)