| Package | Description |
|---|---|
| org.apache.axiom.mime.impl.javamail |
MIME message processing API implementation based on JavaMail.
|
| org.apache.axiom.util.blob |
Contains utility classes to work with binary data.
|
| Modifier and Type | Field and Description |
|---|---|
private WritableBlob |
MultipartWriterImpl.PartOutputStream.blob |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryBlob
Blob implementation that stores data in memory.
|
class |
OverflowBlob
Blob implementation that stores data in a temporary file if the size exceeds a configurable
threshold.
|
| Modifier and Type | Method and Description |
|---|---|
WritableBlob |
OverflowBlob.OutputStreamImpl.getBlob() |
WritableBlob |
MemoryBlob.OutputStreamImpl.getBlob() |
abstract WritableBlob |
BlobOutputStream.getBlob()
Get the blob to which this output stream belongs.
|