MCPcopy 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

countMethod · 0.80
writeMethod · 0.80
prepareMethod · 0.80
toByteArrayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected