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

Method readByte

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

Return the next byte from this Statement. @return the next byte

()

Source from the content-addressed store, hash-verified

241 * @return the next byte
242 */
243 public byte readByte() {
244 if (index < size)
245 return buffer[index++];
246 else
247 return 0; // XXX - how else to signal error?
248 }
249
250 /**
251 * Extract an ATOM, starting at the current position. Updates

Callers 15

getCopyUIDMethod · 0.95
getSignatureMethod · 0.80
handleResponseMethod · 0.80
MODSEQMethod · 0.80
BODYMethod · 0.80
NamespaceMethod · 0.80
BODYSTRUCTUREMethod · 0.80
parseParametersMethod · 0.80
setCapabilitiesMethod · 0.80
getAppendUIDMethod · 0.80
parseQuotaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected