local.tomas.vcard
Interface VCardWriter

All Known Implementing Classes:
VCardWriterDefault, VCardWriterImpl

public interface VCardWriter


Method Summary
 void format(VCard vCard, java.io.OutputStream outputStream, java.lang.String charset)
           
 void format(VCard vCard, java.io.PrintWriter writer, java.lang.String charset)
           
 void format(VCard vCard, java.io.Writer writer, java.lang.String charset)
           
 

Method Detail

format

void format(VCard vCard,
            java.io.PrintWriter writer,
            java.lang.String charset)
            throws java.io.IOException,
                   VCardException
Throws:
java.io.IOException
VCardException

format

void format(VCard vCard,
            java.io.Writer writer,
            java.lang.String charset)
            throws java.io.IOException,
                   VCardException
Throws:
java.io.IOException
VCardException

format

void format(VCard vCard,
            java.io.OutputStream outputStream,
            java.lang.String charset)
            throws java.io.IOException,
                   VCardException
Throws:
java.io.IOException
VCardException


Copyright © 2007 null. All Rights Reserved.