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

Method toString

app/src/main/java/javax/activation/MimeType.java:211–213  ·  view source on GitHub ↗

Return the String representation of this object.

()

Source from the content-addressed store, hash-verified

209 * Return the String representation of this object.
210 */
211 public String toString() {
212 return getBaseType() + parameters.toString();
213 }
214
215 /**
216 * Return a String representation of this object

Callers 2

writeExternalMethod · 0.95
readExternalMethod · 0.45

Calls 1

getBaseTypeMethod · 0.95

Tested by

no test coverage detected