write

fun write(vCard: VCard, @WillNotClose to: Writer)

Writes a VCard to the specified Writer with custom configuration.

Note: This method doesn't flush the Writer.

Parameters

vCard

The VCard to be written.

to

The target Writer where the vCard data will be written.