StorageFile¶
Represents a file from the storage.
Warning
You must close the instance after using.
Methods¶
StoragePath getPath();
long lastModified();
long size();
InputStream getContent()
returns inputStream of the file. Do not close inputStream if you want to use more than once. The method does not support multithreading.