Interface IFileStorageService
- All Known Implementing Classes:
FileStorageService
public interface IFileStorageService
-
Method Summary
Modifier and TypeMethodDescriptionvoidbyte[]getProfilePicture(long userId) voidstoreProfilePicture(String userID, org.springframework.web.multipart.MultipartFile profilePicture)
-
Method Details
-
storeProfilePicture
void storeProfilePicture(String userID, org.springframework.web.multipart.MultipartFile profilePicture) throws IOException - Throws:
IOException
-
deleteProfilePicture
- Throws:
IOException
-
getProfilePicture
- Throws:
IOException
-