rename reader/writer to importer/exporter
[jpim.git] / src / de / j32 / pimstuff / conduit / FritzAddressbookImporter.java
@@ -11,12 +11,12 @@ import de.j32.pimstuff.data.Entry;
 import de.j32.pimstuff.data.EntryConsumer;
 import de.j32.util.XmlUtil;
 
-public class FritzAddressbookReader
+public class FritzAddressbookImporter
        implements Importer
 {
        Document xml_;
        
-       public FritzAddressbookReader(InputStream is)
+       public FritzAddressbookImporter(InputStream is)
                throws SAXException, IOException
        {
                xml_ = XmlUtil.parse(is);