Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ read
Method
read
classpath/java/io/ObjectInputStream.java:66–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
public
int
read() throws IOException {
67
return
in.read();
68
}
69
70
private
int
rawByte() throws IOException {
71
int
c = read();
Callers
4
rawByte
Method · 0.95
readFully
Method · 0.95
readLine
Method · 0.95
skipBytes
Method · 0.95
Calls
1
read
Method · 0.65
Tested by
no test coverage detected