local.tomas.vcard.impl
Class VCardWriterImpl

java.lang.Object
  extended by local.tomas.vcard.impl.VCardWriterDefault
      extended by local.tomas.vcard.impl.VCardWriterImpl
All Implemented Interfaces:
VCardWriter

public class VCardWriterImpl
extends VCardWriterDefault


Constructor Summary
VCardWriterImpl(VCardConfiguration configuration)
           
 
Method Summary
protected  void format(VCardConfiguration configuration, java.lang.String propName, VCardProperty prop, java.io.PrintWriter writer, java.lang.String charset)
           
 void format(VCard vCard, java.io.PrintWriter writer, java.lang.String charset)
           
protected  void format(VCard vCard, VCardConfiguration configuration, java.io.PrintWriter writer, java.lang.String charset, java.util.List<VType> typeStack)
           
 
Methods inherited from class local.tomas.vcard.impl.VCardWriterDefault
format, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VCardWriterImpl

public VCardWriterImpl(VCardConfiguration configuration)
Method Detail

format

public void format(VCard vCard,
                   java.io.PrintWriter writer,
                   java.lang.String charset)
            throws java.io.IOException,
                   VCardException
Specified by:
format in interface VCardWriter
Specified by:
format in class VCardWriterDefault
Throws:
java.io.IOException
VCardException

format

protected void format(VCard vCard,
                      VCardConfiguration configuration,
                      java.io.PrintWriter writer,
                      java.lang.String charset,
                      java.util.List<VType> typeStack)
               throws java.io.IOException,
                      VCardException
Throws:
java.io.IOException
VCardException

format

protected void format(VCardConfiguration configuration,
                      java.lang.String propName,
                      VCardProperty prop,
                      java.io.PrintWriter writer,
                      java.lang.String charset)
               throws java.io.IOException,
                      VCardException
Throws:
java.io.IOException
VCardException


Copyright © 2007 null. All Rights Reserved.