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.
|
Constructor and Description |
---|
BlobDataSource(Blob blob,
String contentType) |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.