Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JetBrains/skija
/ makeFromBytes
Method
makeFromBytes
shared/java/Data.java:51–53 ·
view source on GitHub ↗
(byte[] bytes)
Source
from the content-addressed store, hash-verified
49
}
50
51
public
static
Data makeFromBytes(byte[] bytes) {
52
return
makeFromBytes(bytes, 0, bytes.length);
53
}
54
55
public
static
Data makeFromBytes(byte[] bytes, long offset, long length) {
56
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