Interface | Description |
---|---|
Blob |
Stores binary data.
|
MemoryBlob |
Blob that stores data in memory.
|
OverflowableBlob |
Blob that accumulates data in memory and transfers it to a different type of blob if the size
exceeds a certain threshold.
|
WritableBlob |
A writable blob.
|
WritableBlobFactory |
A factory for
WritableBlob instances. |
Class | Description |
---|---|
AbstractWritableBlob |
Partial implementation of the
WritableBlob interface that implements
WritableBlob.readFrom(InputStream) using WritableBlob.getOutputStream() and
Blob.writeTo(OutputStream) using Blob.getInputStream() . |
BlobDataSource |
Data source backed by a
Blob . |
Blobs |
Contains factory methods to create various types of blobs.
|
ByteArrayOutputStream
and ByteArrayInputStream
.Copyright © The Apache Software Foundation. All Rights Reserved.