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

Method _nMakeFromFileName

shared/java/Data.java:125–125  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

123 public static native ByteBuffer _nToByteBuffer(long ptr);
124 public static native long _nMakeFromBytes(byte[] bytes, long offset, long length);
125 public static native long _nMakeFromFileName(String path);
126 public static native long _nMakeSubset(long ptr, long offset, long length);
127 public static native long _nMakeEmpty();
128}

Callers 1

makeFromFileNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected