See: Description
| Interface | Description |
|---|---|
| Blob |
Stores binary data.
|
| WritableBlob |
A writable blob.
|
| Class | Description |
|---|---|
| BlobDataSource |
Data source backed by a
Blob. |
| BlobOutputStream |
Output stream that is used to write to a blob.
|
| MemoryBlob |
Blob implementation that stores data in memory.
|
| OverflowBlob |
Blob implementation that stores data in a temporary file if the size exceeds a configurable
threshold.
|
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!
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.