MCPcopy Create free account
hub / github.com/JetBrains/skija / getBytes

Method getBytes

shared/java/Data.java:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 public byte[] getBytes() {
24 return getBytes(0, getSize());
25 }
26
27 public byte[] getBytes(long offset, long length) {
28 try {

Callers 3

executeMethod · 0.80
executeMethod · 0.80
mainMethod · 0.80

Calls 3

getSizeMethod · 0.95
onNativeCallMethod · 0.95
_nBytesMethod · 0.95

Tested by 2

executeMethod · 0.64
executeMethod · 0.64