Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testUpgradeStructReadAsOld
Method · 0.45
testStructListUpgrade
Method · 0.45
testStructListUpgradeDoubleFar
Method · 0.45
testListBuilderAsReader
Method · 0.45
testNestedListBuilderAsReader
Method · 0.45
testGenerics
Method · 0.45
testNestedLists
Method · 0.45
testConstants
Method · 0.45
testLongUint8List
Method · 0.45
testLongUint16List
Method · 0.45
testLongUint32List
Method · 0.45
testLongUint64List
Method · 0.45
Calls
no outgoing calls
Tested by
15
testUpgradeStructReadAsOld
Method · 0.36
testStructListUpgrade
Method · 0.36
testStructListUpgradeDoubleFar
Method · 0.36
testListBuilderAsReader
Method · 0.36
testNestedListBuilderAsReader
Method · 0.36
testGenerics
Method · 0.36
testNestedLists
Method · 0.36
testConstants
Method · 0.36
testLongUint8List
Method · 0.36
testLongUint16List
Method · 0.36
testLongUint32List
Method · 0.36
testLongUint64List
Method · 0.36