Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Sable/axml
/ getSize
Method
getSize
src/pxb/android/StringItems.java:84–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
byte[] stringData;
83
84
public
int
getSize() {
85
return
5 * 4 + this.size() * 4 + stringData.length + 0;
// TODO
86
}
87
88
public
void
prepare() throws IOException {
89
for
(StringItem s : this) {
Callers
4
count
Method · 0.80
write
Method · 0.80
prepare
Method · 0.80
toByteArray
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected