Package org.nuxeo.ecm.core.api.impl.blob
BLOB implementations.
-
Class Summary Class Description AbstractBlob Abstract implementation of aBlob
storing the information other than the byte stream.AsyncBlob Deprecated. since 10.3, use the @async operation adapter instead.BlobWrapper Wraps an existingBlob
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 ABlob
backed by an entry in a ZIP file.ZipEntryBlob.ZipEntryInputStream InputStream
for a ZIP entry, that closes all necessary resources when closed.