com.missiondata.oss.lakeshore.requesthandler
Class UploadedFile

java.lang.Object
  extended bycom.missiondata.oss.lakeshore.requesthandler.UploadedFile

public class UploadedFile
extends java.lang.Object


Constructor Summary
UploadedFile(org.apache.commons.fileupload.FileItem fileItem)
           
 
Method Summary
 byte[] get()
           
 java.lang.String getContentType()
           
 java.io.InputStream getInputStream()
           
 java.lang.String getName()
           
 long getSize()
           
 void write(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadedFile

public UploadedFile(org.apache.commons.fileupload.FileItem fileItem)
Method Detail

getInputStream

public java.io.InputStream getInputStream()

getContentType

public java.lang.String getContentType()

getName

public java.lang.String getName()

getSize

public long getSize()

write

public void write(java.io.File file)

get

public byte[] get()