Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ available
Method
available
classpath/java/io/ObjectInput.java:14–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
public
interface
ObjectInput {
14
public
int
available();
15
public
void
close();
16
public
void
read();
17
public
void
read(byte[] b);
Callers
2
read
Method · 0.65
available
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected