public class ISCFileItem
Modifier and Type | Method and Description |
---|---|
byte[] |
get() |
java.lang.String |
getFileName() |
java.io.InputStream |
getInputStream()
This method always returns the InputStream associated with the originally uploaded file.
|
long |
getSize() |
public byte[] get()
public java.io.InputStream getInputStream()
InputStream newStream = someFunctionThatReturnsAnInputStream();
dsRequest.getValues().put("myField", newStream);
com.isomorphic.datasource.DSRequest.getUploadedFileStream()
public long getSize()
public java.lang.String getFileName()