MCPcopy Create free account
hub / github.com/M66B/FairEmail / readStringList

Method readStringList

app/src/main/java/com/sun/mail/iap/Response.java:300–302  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

298 }
299
300 public String[] readStringList() {
301 return readStringList(false);
302 }
303
304 public String[] readAtomStringList() {
305 return readStringList(true);

Callers 4

readAtomStringListMethod · 0.95
IDMethod · 0.80
NamespaceMethod · 0.80
BODYSTRUCTUREMethod · 0.80

Calls 7

skipSpacesMethod · 0.95
isNextNonSpaceMethod · 0.95
readAtomStringMethod · 0.95
readStringMethod · 0.95
toArrayMethod · 0.80
sizeMethod · 0.65
addMethod · 0.45

Tested by

no test coverage detected