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

Method peekByte

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

Source from the content-addressed store, hash-verified

229 }
230
231 public byte peekByte() {
232 if (index < size)
233 return buffer[index];
234 else
235 return 0; // XXX - how else to signal error?
236 }
237
238 /**
239 * Return the next byte from this Statement.

Callers 7

IDMethod · 0.80
NamespaceMethod · 0.80
BODYSTRUCTUREMethod · 0.80
parseBodyExtensionMethod · 0.80
parseCapabilitiesMethod · 0.80
StatusMethod · 0.80
IMAPAddressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected