VCardEntryCounterpublic class VCardEntryCounter extends Object implements VCardInterpreterThe class which just counts the number of vCard entries in the specified input. |
Fields Summary |
---|
private int | mCount |
Methods Summary |
---|
public int | getCount()
return mCount;
| public void | onEntryEnded()
mCount++;
| public void | onEntryStarted()
| public void | onPropertyCreated(VCardProperty property)
| public void | onVCardEnded()
| public void | onVCardStarted()
|
|