MCPcopy 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

executeMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95

Calls 2

onNativeCallMethod · 0.95
_nMakeFromBytesMethod · 0.95

Tested by 1

executeMethod · 0.76