public class BlobHelper extends Object
Modifier and Type | Method and Description |
---|---|
static File |
getFileFromBlob(Blob blob)
Deprecated.
since 7.2, use
Blob.getFile() directly |
@Deprecated public static File getFileFromBlob(Blob blob)
Blob.getFile()
directlyNote that the File may be short-lived (temporary file), so should be used immediately.
null
if this blob doesn't have oneCopyright © 2018 Nuxeo. All rights reserved.