Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ available
Method
available
classpath/java/io/BufferedInputStream.java:82–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
public
int
available() throws IOException {
83
return
in.available() + (limit - position);
84
}
85
86
public
void
close() throws IOException {
87
in.close();
Callers
nothing calls this directly
Calls
1
available
Method · 0.65
Tested by
no test coverage detected