Package ru.i_novus.common.file.storage
Interface FsFileStorage
-
- All Superinterfaces:
FileStorage
- All Known Implementing Classes:
BaseFileStorage
public interface FsFileStorage extends FileStorage
User: RMakhmutov Date: 13.02.12 Time: 17:56
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringsaveContentWithFullPath(InputStream content, String path)-
Methods inherited from interface ru.i_novus.common.file.storage.api.FileStorage
getContent, removeContent, saveContent
-
-
-
-
Method Detail
-
saveContentWithFullPath
String saveContentWithFullPath(InputStream content, String path)
-
-