Class Summary |
AbstractPart |
AbstractPart is a base class for the actual
Part implementations. |
BufferUtils |
Attachment processing uses a lot of buffers. |
PartFactory |
The PartFactory creates an object that represents a Part
(implements the Part interface). |
PartFactory.BAOS |
A normal ByteArrayOutputStream, except that it returns the buffer
directly instead of returning a copy of the buffer. |
PartOnFile |
PartOnFile stores that attachment in a file. |
PartOnMemory |
PartOnMemory stores the attachment in memory (in a byte[])
This implementation is used for smaller attachments to enhance
performance. |
PartOnMemoryEnhanced |
PartOnMemoryEnhanced stores the attachment in memory (in non-contigous byte arrays)
This implementation is used for smaller attachments to enhance
performance. |