Class StreamDescriptor
- java.lang.Object
-
- org.gcube.common.storagehub.client.StreamDescriptor
-
public class StreamDescriptor extends Object
-
-
Constructor Summary
Constructors Constructor Description StreamDescriptor(InputStream stream, String fileName, String contentType, long contentLenght)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetContentLenght()StringgetContentType()StringgetFileName()InputStreamgetStream()
-
-
-
Constructor Detail
-
StreamDescriptor
public StreamDescriptor(InputStream stream, String fileName, String contentType, long contentLenght)
-
-
Method Detail
-
getStream
public InputStream getStream()
-
getFileName
public String getFileName()
-
getContentType
public String getContentType()
-
getContentLenght
public long getContentLenght()
-
-