|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.ucm.look.data.filesManager.LookFilesManager
public class LookFilesManager
A file manager for accessing binary files remotely
Method Summary | |
---|---|
static LookFilesManager |
getFileManager()
Method singleton to access a unique instance of LookFilesManager |
Bitmap |
getImageBitmap(java.lang.String uriFile)
Returns the bitmap for the given file |
java.io.InputStream |
getInputStream(java.lang.String uriFile)
Returns an input stream for a file |
void |
setDirectory(java.lang.String directory)
Set the basis directory for the file manager |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static LookFilesManager getFileManager()
public Bitmap getImageBitmap(java.lang.String uriFile)
uriFile
- the uri file
public java.io.InputStream getInputStream(java.lang.String uriFile)
uriFile
- uri file
public void setDirectory(java.lang.String directory)
directory
- the basis directory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |