Serialized Form


Package org.apache.commons.fileupload

Class org.apache.commons.fileupload.DefaultFileItem implements Serializable

Serialized Fields

fileName

java.lang.String fileName
The original filename in the user's filesystem.

contentType

java.lang.String contentType
The content type passed by the browser, or null if not defined.

content

byte[] content
Cached contents of the file.

storeLocation

java.io.File storeLocation
Temporary storage location on disk.

byteStream

java.io.ByteArrayOutputStream byteStream
Temporary storage for in-memory files.

fieldName

java.lang.String fieldName
The name of the form field as provided by the browser.

isFormField

boolean isFormField
Whether or not this item is a simple form field.

Class org.apache.commons.fileupload.FileUploadException implements Serializable

Class org.apache.commons.fileupload.MultipartStream.IllegalBoundaryException implements Serializable

Serialized Fields

this$0

MultipartStream this$0

Class org.apache.commons.fileupload.MultipartStream.MalformedStreamException implements Serializable

Serialized Fields

this$0

MultipartStream this$0