Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
finalize
Method · 0.95
load
Method · 0.45
save
Method · 0.45
run
Method · 0.45
run
Method · 0.45
load
Method · 0.45
save
Method · 0.45
run
Method · 0.45
run
Method · 0.45
run
Method · 0.45
finalize
Method · 0.45
TextDatabase
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected