Java org.apache.commons.fileupload LiferayFileItem fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.fileupload LiferayFileItem fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.fileupload LiferayFileItem.

The text is from its open source code.

Method

voiddelete()
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
StringgetContentType()
Returns the content type passed by the agent or null if not defined.
StringgetFieldName()
Returns the name of the field in the multipart form corresponding to this file item.
StringgetFileName()
StringgetFullFileName()
InputStreamgetInputStream()
Returns an java.io.InputStream InputStream that can be used to retrieve the contents of the file.
longgetSize()
Returns the size of the file.
FilegetStoreLocation()
Returns the java.io.File object for the FileItem's data's temporary location on the disk.
StringgetString()
booleanisFormField()
Determines whether or not a FileItem instance represents a simple form field.
booleanisInMemory()
Provides a hint as to whether or not the file contents will be read from memory.
voidsetString(String encode)