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

Method _nBytes

shared/java/Data.java:123–123  ·  view source on GitHub ↗
(long ptr, long offset, long length)

Source from the content-addressed store, hash-verified

121 public static native long _nGetFinalizer();
122 public static native long _nSize(long ptr);
123 public static native byte[] _nBytes(long ptr, long offset, long length);
124 public static native boolean _nEquals(long ptr, long otherPtr);
125 public static native ByteBuffer _nToByteBuffer(long ptr);
126 public static native long _nMakeFromBytes(byte[] bytes, long offset, long length);

Callers 1

getBytesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected