Package | Description |
---|---|
org.apache.axiom.util.blob |
Contains utility classes to work with binary data.
|
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 |
---|---|
abstract WritableBlob |
BlobOutputStream.getBlob()
Get the blob to which this output stream belongs.
|
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.