Uses of Interface
org.apache.axiom.blob.OverflowableBlob
Packages that use OverflowableBlob
-
Uses of OverflowableBlob in org.apache.axiom.blob
Methods in org.apache.axiom.blob that return OverflowableBlobModifier and TypeMethodDescriptionstatic OverflowableBlob
Blobs.createOverflowableBlob
(int threshold, String tempPrefix, String tempSuffix, File tempDirectory) Create anOverflowableBlob
that overflows to a temporary file.static OverflowableBlob
Blobs.createOverflowableBlob
(int threshold, WritableBlobFactory<?> overflowBlobFactory) Create anOverflowableBlob
.