MCPcopy Create free account
hub / github.com/HumbleUI/Skija / getBytes

Method getBytes

shared/java/Data.java:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

executeMethod · 0.80
baseMethod · 0.80
mainMethod · 0.80

Calls 4

getSizeMethod · 0.95
onNativeCallMethod · 0.95
_nBytesMethod · 0.95
reachabilityFenceMethod · 0.95

Tested by 2

executeMethod · 0.64
baseMethod · 0.64