Package | Description |
---|---|
org.apache.axiom.blob |
Contains utility classes to work with binary data.
|
Class and Description |
---|
Blob
Stores binary data.
|
MemoryBlob
Blob that stores data in memory.
|
OverflowableBlob
Blob that accumulates data in memory and transfers it to a different type of blob if the size
exceeds a certain threshold.
|
WritableBlob
A writable blob.
|
WritableBlobFactory
A factory for
WritableBlob instances. |
Copyright © The Apache Software Foundation. All Rights Reserved.