- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 35 of file VCardParser.java.
◆ VCardParser()
org.turro.vcard.db.VCardParser.VCardParser |
( |
BufferedReader |
in | ) |
|
Definition at line 40 of file VCardParser.java.
44 }
catch (IOException ex) {
45 Logger.getLogger(
VCardParser.class.getName()).log(Level.SEVERE, ElephantContext.logMsg(
null), ex);
VCardParser(BufferedReader in)
◆ getVCards()
List<VCard> org.turro.vcard.db.VCardParser.getVCards |
( |
| ) |
|
Definition at line 49 of file VCardParser.java.
50 List<VCard> l =
new ArrayList<VCard>();
52 processLines(l, readNextVCard());
The documentation for this class was generated from the following file: