Home All Groups

Interface StorageService

All Known Implementing Classes:
StorageServiceImpl
public interface StorageService
  • Method Details

    • init

      void  init()
    • store

      void  store(org.springframework.web.multipart.MultipartFile file, String fileName)
    • store

      void  store(org.springframework.web.multipart.MultipartFile file)
    • store

      void  store(InputStream file, String fileName)
    • loadAll

      Stream<Path>  loadAll()
    • load

      Path  load(String filename)
    • loadAsResource

      org.springframework.core.io.Resource  loadAsResource(String filename)
    • deleteAll

      void  deleteAll()