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

Method readAtom

app/src/main/java/com/sun/mail/iap/Response.java:256–258  ·  view source on GitHub ↗

Extract an ATOM, starting at the current position. Updates the internal index to beyond the Atom. @return an Atom

()

Source from the content-addressed store, hash-verified

254 * @return an Atom
255 */
256 public String readAtom() {
257 return readDelimString(ATOM_CHAR_DELIM);
258 }
259
260 /**
261 * Extract a string stopping at control characters or any

Callers 13

getCopyUIDMethod · 0.95
parseMethod · 0.95
openMethod · 0.80
handleResponseMethod · 0.80
NamespaceMethod · 0.80
getNamespacesMethod · 0.80
initMethod · 0.80
setCapabilitiesMethod · 0.80
parseCapabilitiesMethod · 0.80
getAppendUIDMethod · 0.80
parseQuotaMethod · 0.80
StatusMethod · 0.80

Calls 1

readDelimStringMethod · 0.95

Tested by

no test coverage detected