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

Method close

src/main/java/KeyInputStream.java:61–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 public void close()
62 throws IOException
63 {
64 if (this.in != null) {
65 this.in.close();
66 }
67 this.in = null;
68 this.residualLength = 0;
69 }
70
71 public int available()
72 {

Callers 15

finalizeMethod · 0.95
loadMethod · 0.45
saveMethod · 0.45
runMethod · 0.45
runMethod · 0.45
loadMethod · 0.45
saveMethod · 0.45
runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
finalizeMethod · 0.45
TextDatabaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected