Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ size
Method
size
ZezeJava/ZezeJava/src/main/java/Zeze/Net/Binary.java:107–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
}
106
107
public
int
size() {
108
return
count;
109
}
110
111
public
void
encode(@NotNull ByteBuffer bb) {
112
bb.WriteBytes(bytes, offset, count);
Callers
1
intern
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected