Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ read
Method
read
classpath/avian/LegacyObjectInputStream.java:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
public
int
read() throws IOException {
36
return
in.read();
37
}
38
39
public
int
read(byte[] b,
int
offset,
int
length) throws IOException {
40
return
in.read(b, offset, length);
Callers
10
readBoolean
Method · 0.95
readByte
Method · 0.95
readChar
Method · 0.95
readShort
Method · 0.95
readInt
Method · 0.95
readLong
Method · 0.95
readFloat
Method · 0.95
readDouble
Method · 0.95
deserializeArray
Method · 0.95
deserializeObject
Method · 0.95
Calls
2
skipSpace
Method · 0.95
read
Method · 0.65
Tested by
no test coverage detected