Create a processable with the default transfer encoding of 7bitparambodyPart body part to be processed this(bodyPart, "7bit");
this(bodyPart, "7bit");
Create a processable with the a default transfer encoding of the passed in value.parambodyPart body part to be processedparamdefaultContentTransferEncoding the new default to use. this.bodyPart = bodyPart; this.defaultContentTransferEncoding = defaultContentTransferEncoding;
this.bodyPart = bodyPart; this.defaultContentTransferEncoding = defaultContentTransferEncoding;
return bodyPart;
try { SMIMEUtil.outputBodyPart(out, bodyPart, defaultContentTransferEncoding); } catch (MessagingException e) { throw new CMSException("can't write BodyPart to stream: " + e, e); }