added method to interface

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/storagehub-client-wrapper@173598 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2018-10-17 13:35:34 +00:00
parent 33a569977e
commit 2025826d89
1 changed files with 8 additions and 0 deletions

View File

@ -39,4 +39,12 @@ public interface ItemStreamDescriptor {
public Long getSize();
/**
* Gets the mime type.
*
* @return the mime type
*/
public String getMimeType();
}