Class UploadedFile
- java.lang.Object
- 
- com.inductiveautomation.perspective.gateway.components.common.UploadedFile
 
- 
 public class UploadedFile extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description UploadedFile(org.apache.commons.fileupload.FileItem fileItem)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcopyTo(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords)byte[]getBytes()java.io.InputStreamgetInputStream()java.lang.StringgetString(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords)
 
- 
- 
- 
Method Detail- 
getInputStreampublic java.io.InputStream getInputStream() throws java.io.IOException- Throws:
- java.io.IOException
 
 - 
getBytespublic byte[] getBytes() throws java.io.IOException- Throws:
- java.io.IOException
 
 - 
getStringpublic java.lang.String getString(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords) throws java.io.IOException- Throws:
- java.io.IOException
 
 - 
copyTopublic void copyTo(org.python.core.PyObject[] pyArgs, java.lang.String[] keywords) throws java.io.IOException- Throws:
- java.io.IOException
 
 
- 
 
-