|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectezvcard.Ezvcard.WriterChainHtml
public static class Ezvcard.WriterChainHtml
Chainer class for writing HTML vCards (hCard).
Ezvcard.writeHtml(Collection),
Ezvcard.writeHtml(VCard...)| Method Summary | |
|---|---|
String |
go()
Writes the hCards to a string. |
void |
go(File file)
Writes the hCards to a file. |
void |
go(OutputStream out)
Writes the hCards to an output stream. |
void |
go(Writer writer)
Writes the hCards to a writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String go()
public void go(OutputStream out)
throws IOException
out - the output stream to write to
IOException - if there's a problem writing to the output stream
public void go(File file)
throws IOException
file - the file to write to
IOException - if there's a problem writing to the file
public void go(Writer writer)
throws IOException
writer - the writer to write to
IOException - if there's a problem writing to the writer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||