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

Method close

app/src/main/java/com/sun/mail/pop3/TempFile.java:50–57  ·  view source on GitHub ↗

Close and remove this temp file.

()

Source from the content-addressed store, hash-verified

48 * Close and remove this temp file.
49 */
50 public void close() {
51 try {
52 sf.close();
53 } catch (IOException ex) {
54 // ignore it
55 }
56 file.delete();
57 }
58
59 @Override
60 protected void finalize() throws Throwable {

Callers 9

finalizeMethod · 0.95
MailcapFileMethod · 0.45
MimeTypeFileMethod · 0.45
getSizeMethod · 0.45
getRawStreamMethod · 0.45
invalidateMethod · 0.45
topMethod · 0.45
writeToMethod · 0.45
loadHeadersMethod · 0.45

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected