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