| Package | Description |
|---|---|
| org.apache.axiom.util.blob |
Contains utility classes to work with binary data.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WritableBlob
A writable 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 | Field and Description |
|---|---|
private Blob |
BlobDataSource.blob |
| Constructor and Description |
|---|
BlobDataSource(Blob blob,
java.lang.String contentType) |