Package org.apache.axiom.util.blob
package org.apache.axiom.util.blob
Contains utility classes to work with binary data. They are typically used to store
data temporarily and often provide a better alternative than using
ByteArrayOutputStream
and ByteArrayInputStream
.
Note that the API in this package is new in 1.2.9 and may undergo some changes in subsequent releases. Please use with care!
-
ClassDescriptionDeprecated.Deprecated.Use
DataHandlerUtils.toDataHandler(org.apache.axiom.blob.Blob)
andDataHandler.getDataSource()
instead.Deprecated.Deprecated.UseMemoryBlob
instead.Deprecated.UseOverflowableBlob
instead.Deprecated.UseWritableBlob
instead.
Blob
instead.