Part
object is used to represent a part within a request message. Typically a part represents either a text parameter or a file, with associated headers. The contents of the part can be acquire as an InputStream
or as a string encoded in the default HTTP encoding ISO-8859-1 or in the encoding specified with the Content-Type header.
@author Niall Gallagher
|
|