Interface FileResourceBinaryRepository
-
public interface FileResourceBinaryRepository
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.digitalcollections.model.api.identifiable.resource.FileResourceupload(byte[] bytes, String filename, String contentType)de.digitalcollections.model.api.identifiable.resource.FileResourceupload(InputStream inputStream, String filename, String contentType)
-
-
-
Method Detail
-
upload
de.digitalcollections.model.api.identifiable.resource.FileResource upload(InputStream inputStream, String filename, String contentType) throws de.digitalcollections.model.api.identifiable.resource.exceptions.ResourceIOException
- Throws:
de.digitalcollections.model.api.identifiable.resource.exceptions.ResourceIOException
-
upload
de.digitalcollections.model.api.identifiable.resource.FileResource upload(byte[] bytes, String filename, String contentType) throws de.digitalcollections.model.api.identifiable.resource.exceptions.ResourceIOException- Throws:
de.digitalcollections.model.api.identifiable.resource.exceptions.ResourceIOException
-
-