2af055b14d
This CL avoids the JNI complexity of reading the Java InputStream in C++. Instead, the stream is read into memory (or mmap'd) in Java and the resulting ByteBuffer is passed to the native code to be wrapped in a SkData object. Change-Id: Iba4e41999da03481188434ddfbbff2d7bd741edd Bug: skia:10310 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/295820 Commit-Queue: Ben Wagner <bungeman@google.com> Commit-Queue: Derek Sollenberger <djsollen@google.com> Reviewed-by: Jorge Betancourt <jmbetancourt@google.com> Reviewed-by: Stan Iliev <stani@google.com> Reviewed-by: John Stiles <johnstiles@google.com> |
||
---|---|---|
.. | ||
cpp | ||
java/org/skia/skottie | ||
res | ||
AndroidManifest.xml |