|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.rim.blackberry.api.mail.BodyPart
|
+--net.rim.blackberry.api.mail.ContactAttachmentPart
Provides functionality for address card attachment parts
This class makes use of the Contact class provided by the PIM
API.
| Inner classes inherited from class net.rim.blackberry.api.mail.BodyPart |
BodyPart.ContentType |
| Fields inherited from class net.rim.blackberry.api.mail.BodyPart |
CONTENT_TYPE, CRLF, EMPTY, SEPARATOR |
| Fields inherited from interface net.rim.blackberry.api.mail.Part |
ATTACHMENT, INLINE |
| Constructor Summary | ||
|
ContactAttachmentPart(Multipart parent)
Creates a new, empty ContactAttachmentPart instance. |
|
|
ContactAttachmentPart(Multipart parent,
Contact contact)
Creates a new ContactAttachmentPart instance for provided contact. |
|
| Method Summary | ||
|
Object |
getContent()
Retrieves the content in this contact attachment part. |
|
InputStream |
getInputStream()
Retrieves this contact in serial form in an input stream |
|
int |
getSize()
Retrieves the size of this attachment part's contained content. |
|
void |
setContent(Object content)
Sets the content for this contact attachment part. |
|
void |
writeTo(OutputStream out)
Writes the contact information out to provided output stream. |
| Methods inherited from class net.rim.blackberry.api.mail.BodyPart |
addHeader, getAllHeaders, getContentType, getHeader, getParent, hasMore, isMimeType, moreRequestSent, removeHeader, setContentType, setHeader |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ContactAttachmentPart(Multipart parent)
parent - The multi-part to contain this new object.public ContactAttachmentPart(Multipart parent, Contact contact)
parent - The multi-part to contain this new object.contact - The contact for which to create this address card attachment.| Method Detail |
public InputStream getInputStream()
public void setContent(Object content)
content - Contact instance; all other types are ignored.public Object getContent()
Contact
or treatable as such.public int getSize()
public void writeTo(OutputStream out) throws IOException
This method writes out this attachment part's contained content as a VCard, preceded by two CRLF pairs.
out - Output stream to receive the data.IOException - If an input/output exception occurs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2004 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.