Interface IFileStorageService
- All Known Implementing Classes:
FileStorageService
public interface IFileStorageService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
byte[]
getProfilePicture
(long userId) void
storeProfilePicture
(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
-