Package | Description |
---|---|
org.apache.axiom.blob |
Contains utility classes to work with binary data.
|
Modifier and Type | Method and Description |
---|---|
static OverflowableBlob |
Blobs.createOverflowableBlob(int threshold,
String tempPrefix,
String tempSuffix,
File tempDirectory)
Create an
OverflowableBlob that overflows to a temporary file. |
static OverflowableBlob |
Blobs.createOverflowableBlob(int threshold,
WritableBlobFactory overflowBlobFactory)
Create an
OverflowableBlob . |
Copyright © The Apache Software Foundation. All Rights Reserved.