Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L-JINBIN/ApkDataMultiplexing
/ readChar
Method
readChar
src/bin/io/RandomAccessFile.java:101–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
}
100
101
default char readChar() throws IOException {
102
return
(char) readUShort();
103
}
104
Callers
nothing calls this directly
Implementers
1
BufferedRandomAccessFile
src/bin/io/BufferedRandomAccessFile.ja
Calls
no outgoing calls
Tested by
no test coverage detected