|
||||||||||
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 | |
---|---|
java.io.InputStream |
getContents()
PUBLIC: Returns an input stream from which the file can be retrieved. |
java.lang.String |
getContentType()
PUBLIC: Returns the content type given for this file in the request. |
java.lang.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 |
---|
java.lang.String getFileName()
java.io.InputStream getContents() throws java.io.IOException
java.io.IOException
long getLength()
java.lang.String getContentType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |