Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ read
Method
read
classpath/java/io/InputStream.java:14–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
public
abstract
class
InputStream implements Closeable {
14
public
abstract
int
read() throws IOException;
15
16
public
int
read(byte[] buffer) throws IOException {
17
return
read(buffer, 0, buffer.length);
Callers
3
main
Method · 0.95
skip
Method · 0.95
findClass
Method · 0.95
Calls
no outgoing calls
Tested by
1
main
Method · 0.76