Class | Description |
---|---|
BufferUtils |
Attachment processing uses a lot of buffers.
|
PartFactory |
The PartFactory creates an object that represents a Part
(implements the Part interface).
|
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.
|
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.