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

Method toString

app/src/main/java/com/sun/mail/iap/Response.java:516–520  ·  view source on GitHub ↗
(byte[] buffer, int start, int end)

Source from the content-addressed store, hash-verified

514 }
515
516 private String toString(byte[] buffer, int start, int end) {
517 return utf8 ?
518 new String(buffer, start, end - start, StandardCharsets.UTF_8) :
519 ASCIIUtility.toString(buffer, start, end);
520 }
521
522 public int getType() {
523 return type;

Callers 12

idleMethod · 0.95
selectMethod · 0.95
readDelimStringMethod · 0.95
readStringMethod · 0.95
parseStringMethod · 0.95
getRestMethod · 0.95
ProtocolExceptionMethod · 0.45
byeResponseMethod · 0.45
writeMethod · 0.45
startLiteralMethod · 0.45
LiteralExceptionMethod · 0.45
writeCommandMethod · 0.45

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected