public class SMIMECompressedParser
extends CMSCompressedDataParser
| Constructor and Description |
|---|
SMIMECompressedParser(MimeBodyPart message) |
SMIMECompressedParser(MimeBodyPart message,
int bufferSize)
Create a parser from a MimeBodyPart using the passed in buffer size
for reading it.
|
SMIMECompressedParser(MimeMessage message) |
SMIMECompressedParser(MimeMessage message,
int bufferSize)
Create a parser from a MimeMessage using the passed in buffer size
for reading it.
|
| Modifier and Type | Method and Description |
|---|---|
MimePart |
getCompressedContent() |
public SMIMECompressedParser(MimeBodyPart message)
throws MessagingException,
CMSException
MessagingExceptionCMSExceptionpublic SMIMECompressedParser(MimeMessage message)
throws MessagingException,
CMSException
MessagingExceptionCMSExceptionpublic SMIMECompressedParser(MimeBodyPart message,
int bufferSize)
throws MessagingException,
CMSException
message - body part to be parsed.bufferSize - bufferSoze to be used.MessagingExceptionCMSExceptionpublic SMIMECompressedParser(MimeMessage message,
int bufferSize)
throws MessagingException,
CMSException
message - message to be parsed.bufferSize - bufferSoze to be used.MessagingExceptionCMSException