|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileValueIF
PUBLIC: Represents files passed as parameters to forms.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getFileName()
InputStream getContents()
throws IOException
IOExceptionlong getLength()
String getContentType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||