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!
-
Interface Summary Interface Description Blob Deprecated. UseBlob
instead.WritableBlob Deprecated. UseWritableBlob
instead. -
Class Summary Class Description BlobDataSource Deprecated. UseBlobDataSource
instead.BlobOutputStream Deprecated. MemoryBlob Deprecated. UseMemoryBlob
instead.OverflowBlob Deprecated. UseOverflowableBlob
instead.