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

Method writeExternal

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

The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings and arrays. @param out the ObjectOutput object to write to @exception IOException Includes any I/O

(ObjectOutput out)

Source from the content-addressed store, hash-verified

258 * @exception IOException Includes any I/O exceptions that may occur
259 */
260 public void writeExternal(ObjectOutput out) throws IOException {
261 out.writeUTF(toString());
262 out.flush();
263 }
264
265 /**
266 * The object implements the readExternal method to restore its

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.95
flushMethod · 0.45

Tested by

no test coverage detected