public class StreamDescriptor extends Object
| Constructor and Description |
|---|
StreamDescriptor(InputStream stream,
String fileName,
String contentType,
long contentLenght) |
| Modifier and Type | Method and Description |
|---|---|
long |
getContentLenght() |
String |
getContentType() |
String |
getFileName() |
InputStream |
getStream() |
public StreamDescriptor(InputStream stream, String fileName, String contentType, long contentLenght)
public InputStream getStream()
public String getFileName()
public String getContentType()
public long getContentLenght()
Copyright © 2020. All Rights Reserved.