MCPcopy 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

executeMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95

Calls 2

onNativeCallMethod · 0.95
_nMakeFromBytesMethod · 0.95

Tested by 1

executeMethod · 0.76