Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/Skija
/ makeFromBytes
Method
makeFromBytes
shared/java/Data.java:50–52 ·
view source on GitHub ↗
(byte[] bytes)
Source
from the content-addressed store, hash-verified
48
}
49
50
public
static
Data makeFromBytes(byte[] bytes) {
51
return
makeFromBytes(bytes, 0, bytes.length);
52
}
53
54
public
static
Data makeFromBytes(byte[] bytes, long offset, long length) {
55
Stats.onNativeCall();
Callers
3
execute
Method · 0.95
draw
Method · 0.95
draw
Method · 0.95
Calls
2
onNativeCall
Method · 0.95
_nMakeFromBytes
Method · 0.95
Tested by
1
execute
Method · 0.76