BlobHolder exposes 2 APIs :
- getBlob : the main Blob
- getBlobs : all the Blobs
Currently the order in the list returned by getBlobs is not correct.
Typically : getBlob() and getBlobs(0) can give different results.
BlobHolder exposes 2 APIs :
Currently the order in the list returned by getBlobs is not correct.
Typically : getBlob() and getBlobs(0) can give different results.