public class TypeAndStream extends Object
| Constructor and Description |
|---|
TypeAndStream(String mimeType,
String fileName,
InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFileName() |
InputStream |
getInputStream() |
String |
getMimeType() |
int |
hashCode() |
String |
toString() |
public TypeAndStream(String mimeType, String fileName, InputStream inputStream)
public InputStream getInputStream()
public String getMimeType()
public String getFileName()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.