MCPcopy Create free account
hub / github.com/boazy/TWEditorEnhanced / finalize

Method finalize

src/main/java/SaveInputStream.java:119–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 protected void finalize()
120 {
121 try
122 {
123 close();
124 super.finalize();
125 } catch (Throwable exc) {
126 Main.logException("Exception while finalizing input stream", exc);
127 }
128 }
129}
130

Callers

nothing calls this directly

Calls 2

closeMethod · 0.95
logExceptionMethod · 0.95

Tested by

no test coverage detected