Uses of Class
org.nuxeo.ecm.core.api.CloseableFile
Package
Description
BLOB implementations.
-
Uses of CloseableFile in org.nuxeo.binary.metadata.internals
Modifier and TypeMethodDescriptionprotected CloseableFile
ExifToolProcessor.getTemporaryFile
(Blob blob) We don't want to rely onBlob.getCloseableFile()
because it may return the original and we always want a temporary one to be sure we have a clean filename to pass. -
Uses of CloseableFile in org.nuxeo.ecm.core.api
Modifier and TypeMethodDescriptionBlob.getCloseableFile()
Gets aCloseableFile
backing this blob, which must be closed when done by the caller.Blob.getCloseableFile
(String ext) Gets aCloseableFile
backing this blob, which must be closed when done by the caller. -
Uses of CloseableFile in org.nuxeo.ecm.core.api.impl.blob
Modifier and TypeMethodDescriptionAbstractBlob.getCloseableFile()
AbstractBlob.getCloseableFile
(String ext) BlobWrapper.getCloseableFile()
BlobWrapper.getCloseableFile
(String ext)