|
UIX 2.2.16 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.servlet.io.UploadedFile
UploadedFile defines a single file that has been uploaded to the server.
UploadedFileMap
Method Summary | |
void |
dispose()
Disposes of all resources used to store this file. |
java.lang.String |
getContentType()
Returns the MIME type of the file. |
java.lang.String |
getFilename()
Returns the filename reported from the client. |
java.io.InputStream |
getInputStream()
Returns an InputStream that can be used to read the file. |
long |
getLength()
Returns the total length (in bytes) of the file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getFilename()
public java.lang.String getContentType()
public long getLength()
public java.io.InputStream getInputStream() throws java.io.IOException
public void dispose()
|
UIX 2.2.16 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |