MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / finalize

Method finalize

src/gnu/zip/ZipFile.java:319–322  ·  view source on GitHub ↗

Calls the close() method when this ZipFile has not yet been explicitly closed.

()

Source from the content-addressed store, hash-verified

317 * been explicitly closed.
318 */
319 protected void finalize() throws IOException
320 {
321 if (!closed && rrf != null) close();
322 }
323
324// /**
325// * Returns an enumeration of all Zip entries in this Zip file.

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected