Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/L-JINBIN/ApkDataMultiplexing
/ writeShort
Method
writeShort
src/bin/io/RandomAccessFile.java:59–59 ·
view source on GitHub ↗
(short i)
Source
from the content-addressed store, hash-verified
57
}
58
59
default
void
writeShort(short i) throws IOException {
60
writeUShort(i);
61
}
62
Callers
nothing calls this directly
Implementers
1
BufferedRandomAccessFile
src/bin/io/BufferedRandomAccessFile.ja
Calls
no outgoing calls
Tested by
no test coverage detected