Uses of Interface
org.apache.axiom.blob.WritableBlob
Packages that use WritableBlob
-
Uses of WritableBlob in org.apache.axiom.blob
Classes in org.apache.axiom.blob with type parameters of type WritableBlobModifier and TypeInterfaceDescriptioninterface
WritableBlobFactory<T extends WritableBlob>
A factory forWritableBlob
instances.Subinterfaces of WritableBlob in org.apache.axiom.blobModifier and TypeInterfaceDescriptioninterface
Blob that stores data in memory.interface
Blob that accumulates data in memory and transfers it to a different type of blob if the size exceeds a certain threshold.Classes in org.apache.axiom.blob that implement WritableBlobModifier and TypeClassDescriptionclass
Partial implementation of theWritableBlob
interface that implementsreadFrom(InputStream)
usinggetOutputStream()
andBlob.writeTo(OutputStream)
usingBlob.getInputStream()
.Methods in org.apache.axiom.blob that return WritableBlobModifier and TypeMethodDescriptionOverflowableBlob.getOverflowBlob()
Get a reference to the overflow blob.