MCPcopy Index your code
hub / github.com/boazy/TWEditorEnhanced / finalize

Method finalize

src/main/java/StringsDatabase.java:162–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160 }
161
162 protected void finalize()
163 {
164 try
165 {
166 if (this.in != null) {
167 this.in.close();
168 this.in = null;
169 }
170 } catch (IOException exc) {
171 this.in = null;
172 }
173 }
174
175 private int getInteger(byte[] buffer, int offset)
176 {

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected