|
Tynamo™-SNAP v1.0.4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.qindesign.mime.Multipart.BodyPart
public static class Multipart.BodyPart
Represents one body part of a multipart body.
| Method Summary | |
|---|---|
String |
getHeader(String name)
Gets the header with the specified name. |
Enumeration |
getHeaderNames()
Returns an Enumeration of all header names. |
Enumeration |
getHeaders(String name)
Returns an Enumeration of all header values that are
associated with the given name. |
InputStream |
getInputStream()
Returns an InputStream suitable for reading the
contents of this body part. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getHeader(String name)
name - the header name
public Enumeration getHeaderNames()
Enumeration of all header names.
public Enumeration getHeaders(String name)
Enumeration of all header values that are
associated with the given name.
name - the header name
public InputStream getInputStream()
InputStream suitable for reading the
contents of this body part.
InputStream for reading the contents of
this body part.
|
Tynamo™-SNAP v1.0.4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||