MCPcopy Create free account
hub / github.com/capnproto/capnproto-java / size

Method size

runtime/src/main/java/org/capnproto/Text.java:98–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 }
97
98 public final int size() {
99 return this.size;
100 }
101
102 public ByteBuffer asByteBuffer() {
103 ByteBuffer dup = this.buffer.asReadOnlyBuffer();

Callers 15

testStructListUpgradeMethod · 0.45
testGenericsMethod · 0.45
testNestedListsMethod · 0.45
testConstantsMethod · 0.45
testLongUint8ListMethod · 0.45
testLongUint16ListMethod · 0.45
testLongUint32ListMethod · 0.45
testLongUint64ListMethod · 0.45

Calls

no outgoing calls

Tested by 15

testStructListUpgradeMethod · 0.36
testGenericsMethod · 0.36
testNestedListsMethod · 0.36
testConstantsMethod · 0.36
testLongUint8ListMethod · 0.36
testLongUint16ListMethod · 0.36
testLongUint32ListMethod · 0.36
testLongUint64ListMethod · 0.36