public interface FileValueIF
Modifier and Type | Method and Description |
---|---|
InputStream |
getContents()
PUBLIC: Returns an input stream from which the file can be
retrieved.
|
String |
getContentType()
PUBLIC: Returns the content type given for this file in the
request.
|
String |
getFileName()
PUBLIC: Returns the name of the file as given in the request.
|
long |
getLength()
PUBLIC: Returns the length of the file in bytes.
|
String getFileName()
InputStream getContents() throws IOException
IOException
long getLength()
String getContentType()