Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ readChar
Method
readChar
classpath/java/io/DataInputStream.java:87–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
public
char readChar() throws IOException {
88
return
(char)readShort();
89
}
90
91
public
int
readUnsignedByte() throws IOException {
92
return
readByte() & 0xff;
Callers
nothing calls this directly
Calls
1
readShort
Method · 0.95
Tested by
no test coverage detected