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