Searched refs:parseOne (Results 1 – 6 of 6) sorted by relevance
79 public void parseOne(InputStream is) throws IOException, VCardException { in parseOne() method in VCardParser_V4080 mVCardParserImpl.parseOne(is); in parseOne()
91 public void parseOne(InputStream is) throws IOException, VCardException { in parseOne() method in VCardParser_V3092 mVCardParserImpl.parseOne(is); in parseOne()
112 public void parseOne(InputStream is) throws IOException, VCardException { in parseOne() method in VCardParser_V21113 mVCardParserImpl.parseOne(is); in parseOne()
74 public abstract void parseOne(InputStream is) throws IOException, VCardException; in parseOne() method in VCardParser
1031 public void parseOne(InputStream is) throws IOException, VCardException {
235 parser.parseOne(inputStream); in testParseOne()