| Package | Description |
|---|---|
| org.apache.axiom.attachments |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
PartContentOnFile
Stores the content of a MIME part in a file.
|
(package private) class |
PartContentOnMemory
Stores the content of a MIME part in memory (in non-contiguous byte arrays).
|
| Modifier and Type | Field and Description |
|---|---|
private PartContent |
PartImpl.content
The content of this part.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static PartContent |
PartContentFactory.createPartContent(LifecycleManager manager,
java.io.InputStream in,
boolean isRootPart,
int thresholdSize,
java.lang.String attachmentDir,
int messageContentLength)
Creates a
PartContent object from a given input stream. |
private PartContent |
PartImpl.getContent() |