|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.custom.fileupload.UploadedFileDefaultImplBase
org.apache.myfaces.custom.fileupload.UploadedFileDefaultMemoryImpl
Constructor Summary | |
UploadedFileDefaultMemoryImpl(org.apache.commons.fileupload.FileItem fileItem)
|
Method Summary | |
byte[] |
getBytes()
Answer the uploaded file contents. |
java.io.InputStream |
getInputStream()
Answer the uploaded file contents input stream |
long |
getSize()
Answer the size of this file. |
Methods inherited from class org.apache.myfaces.custom.fileupload.UploadedFileDefaultImplBase |
getContentType, getName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UploadedFileDefaultMemoryImpl(org.apache.commons.fileupload.FileItem fileItem) throws java.io.IOException
Method Detail |
public byte[] getBytes()
getBytes
in interface UploadedFile
getBytes
in class UploadedFileDefaultImplBase
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in interface UploadedFile
getInputStream
in class UploadedFileDefaultImplBase
java.io.IOException
public long getSize()
getSize
in interface UploadedFile
getSize
in class UploadedFileDefaultImplBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |