from Reader
Parses an InputStream that contains a vCard.
Return
list of filled Event data objects (may have size 0) – doesn't return null
Parameters
reader
reader for the input stream containing the vCard (pay attention to the charset)
downloader
will be used to download external resources like contact photos (may be null)
j Card
true: content is jCard; false: content is vCard
Throws
on I/O errors when reading the stream
Cannot Parse Exception
when the vCard can't be parsed