Package | Description |
---|---|
org.apache.axiom.blob |
Contains utility classes to work with binary data.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MemoryBlob
Blob that stores data in memory.
|
interface |
OverflowableBlob
Blob that accumulates data in memory and transfers it to a different type of blob if the size
exceeds a certain threshold.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWritableBlob
Partial implementation of the
WritableBlob interface that implements
readFrom(InputStream) using getOutputStream() and
Blob.writeTo(OutputStream) using Blob.getInputStream() . |
Modifier and Type | Method and Description |
---|---|
WritableBlob |
WritableBlobFactory.createBlob()
Create a new
WritableBlob instance. |
WritableBlob |
OverflowableBlob.getOverflowBlob()
Get a reference to the overflow blob.
|
Copyright © The Apache Software Foundation. All Rights Reserved.