|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that describes the contents of a single file.
CoreInputFile
Method Summary | |
void |
dispose()
Disposes all resources allocated for this file. |
java.lang.String |
getContentType()
Returns the MIME type of the file. |
java.lang.String |
getFilename()
Returns the filename reported by 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. |
Method Detail |
public java.lang.String getFilename()
public java.lang.String getContentType()
public long getLength()
public java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
public void dispose()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |