|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.rim.blackberry.api.mail.BodyPart
net.rim.blackberry.api.mail.PDAPContactAttachmentPart
public class PDAPContactAttachmentPart
Provides functionality for address card attachment parts
This class makes use of the Contact
class provided by the PIM
API.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.rim.blackberry.api.mail.BodyPart |
---|
BodyPart.ContentType |
Field Summary |
---|
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 | ||
---|---|---|
|
PDAPContactAttachmentPart(Multipart parent)
Creates a new, empty ContactAttachmentPart instance. |
|
|
PDAPContactAttachmentPart(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 PDAPContactAttachmentPart(Multipart parent)
parent
- The multi-part to contain this new object.public PDAPContactAttachmentPart(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 void setContent(Object content)
setContent
in interface Part
content
- Must be an instance of a class that implements
the javax.microedition.pim.Contact interface; all other types are ignored.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.
writeTo
in interface Part
out
- Output stream to receive the data.
IOException
- If an input/output exception occurs.public Object getContent()
getContent
in interface Part
public int getSize()
getSize
in interface Part
public InputStream getInputStream()
getInputStream
in interface Part
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal