Class | Description |
---|---|
AbstractBlob |
Abstract implementation of a
Blob storing the information other than the byte stream. |
AsyncBlob |
An asynchronously build blob.
|
BlobWrapper |
Wraps an existing
Blob to allow setting a different filename. |
ByteArrayBlob |
Blob based on a byte array.
|
FileBlob | |
JSONBlob |
Blob holding a JSON string.
|
StringBlob |
Blob based on a string.
|
URLBlob |
Blob backed by a URL.
|
ZipEntryBlob |
A
Blob backed by an entry in a ZIP file. |
Copyright © 2018 Nuxeo. All rights reserved.