Class BinaryAttachment

java.lang.Object
ch.tocco.nice2.messaging.mail.spi.AbstractAttachment
ch.tocco.nice2.messaging.mail.spi.BinaryAttachment
All Implemented Interfaces:
Attachment

public class BinaryAttachment extends AbstractAttachment
A special attachment class that holds the content as a `Binary` value to avoid copying the data multiple times.