Java javax.servlet.http Part fields, constructors, methods, implement or subclass

Example usage for Java javax.servlet.http Part fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.servlet.http Part.

The text is from its open source code.

Implementation

javax.servlet.http.Part has the following implementations.
Click this link to see all its implementation.

Method

voiddelete()
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
ClassgetClass()
Returns the runtime class of this Object .
StringgetContentType()
Gets the content type of this part.
StringgetHeader(String name)
Returns the value of the specified mime header as a String.
InputStreamgetInputStream()
Gets the content of this part as an InputStream
StringgetName()
Gets the name of this part
longgetSize()
Returns the size of this fille.
StringgetSubmittedFileName()
Gets the file name specified by the client
voidwrite(String fileName)
A convenience method to write this uploaded item to disk.