rename reader/writer to importer/exporter
[jpim.git] / src / de / j32 / pimstuff / conduit / FritzAddressbookExporter.java
@@ -11,13 +11,13 @@ import de.j32.pimstuff.data.Entry;
 import de.j32.util.SimpleXmlGenerator;
 import de.j32.util.Util;
 
-public class FritzAddressbookWriter
+public class FritzAddressbookExporter
        implements Exporter
 {
        OutputStream os_;
        SimpleXmlGenerator gen_;
        
-       public FritzAddressbookWriter(OutputStream os)
+       public FritzAddressbookExporter(OutputStream os)
        {
                try {
                        os_ = os;