|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Blob | Stores binary data. |
WritableBlob | A writable blob. |
Class Summary | |
---|---|
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. |
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!
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |