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

Method close

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

Source from the content-addressed store, hash-verified

29 }
30
31 public void close()
32 throws IOException
33 {
34 if (this.inputStream != null) {
35 this.inputStream.close();
36 }
37 this.inputStream = null;
38 this.entry = null;
39 this.residualLength = 0;
40 }
41
42 public int available()
43 {

Callers 1

finalizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected