|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Title: OpenMobileIS project source
Description: define a virtual file system to manipulate file in memory.
Method Summary | |
void |
addAll(FileSystem fileSystem)
|
void |
addFile(OpenMISFile file)
Extends this method to add your own file management before adding a file. |
void |
clear()
clear all file in the file system. |
OpenMISFile |
getFile(java.lang.String completefileName)
return null if not found. |
int |
getFileCount()
|
OpenMISFile[] |
getFileList()
|
void |
removeFile(java.lang.String completefileName)
|
void |
saveToDisk(java.lang.String beginPath)
save all manager file to disk using beginpath for base file repository |
Method Detail |
public int getFileCount()
public OpenMISFile getFile(java.lang.String completefileName)
public void addFile(OpenMISFile file) throws java.io.IOException
java.io.IOException
public OpenMISFile[] getFileList()
public void saveToDisk(java.lang.String beginPath) throws java.io.IOException
java.io.IOException
public void addAll(FileSystem fileSystem) throws java.io.IOException
java.io.IOException
public void clear()
public void removeFile(java.lang.String completefileName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |