Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L-JINBIN/ApkDataMultiplexing
/ readUByte
Method
readUByte
src/bin/zip/ExtraDataRecord.java:182–184 ·
view source on GitHub ↗
(int off)
Source
from the content-addressed store, hash-verified
180
}
181
182
public
int
readUByte(
int
off) throws IOException {
183
return
ZipUtil.readUByte(data, off);
184
}
185
186
public
int
readUShort(
int
off) throws IOException {
187
return
ZipUtil.readUShort(data, off);
Callers
nothing calls this directly
Calls
1
readUByte
Method · 0.95
Tested by
no test coverage detected