Package
cn.sparrow.common.service
Interface StorageService
- All Known Implementing Classes:
-
StorageServiceImpl
public interface
StorageService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
init()
loadAll()
org.springframework.core.io.Resource
loadAsResource(String filename)
void
store(InputStream file, String fileName)
void
store(org.springframework.web.multipart.MultipartFile file)
void
-
Method Details
-
init
void init() -
store
-
store
void store (org.springframework.web.multipart.MultipartFile file) -
store
-
loadAll
-
load
-
loadAsResource
-
deleteAll
void deleteAll()
-