Static Public Member Functions | |
| static native Surface | load (String filePath) |
| Load image from a file. | |
| 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) |
|
|
|
|
|
same as load(bytes, 0, bytes.length);
|
|
||||||||||||||||
|
|
|
|
|
|
|
Load image from a file.
|
1.4.3