Static Public メソッド | |
static native Version | compiledVersion () |
Get version of compiled library. | |
static native Version | linkedVersion () |
Get version of linked library . | |
static native Surface | load (String filePath) |
static Surface | load (File file) |
static native Surface | load (byte[] bytes, int offset, int length) |
static Surface | load (byte[] bytes) |
same as load(bytes, 0, bytes.length); | |
static Surface | load (InputStream inputStream) |
|
Get version of compiled library.
|
|
Get version of linked library .
|
|
|
|
same as load(bytes, 0, bytes.length);
|
|
|
|
|
|
|