Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/Skija
/ getBytes
Method
getBytes
shared/java/Data.java:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
public
byte[] getBytes() {
23
return
getBytes(0, getSize());
24
}
25
26
public
byte[] getBytes(long offset, long length) {
27
try {
Callers
3
execute
Method · 0.80
base
Method · 0.80
main
Method · 0.80
Calls
4
getSize
Method · 0.95
onNativeCall
Method · 0.95
_nBytes
Method · 0.95
reachabilityFence
Method · 0.95
Tested by
2
execute
Method · 0.64
base
Method · 0.64