Uses of Class
org.nuxeo.ecm.core.api.CloseableFile
Packages that use CloseableFile
Package
Description
BLOB implementations.
-
Uses of CloseableFile in org.nuxeo.binary.metadata.internals
Methods in org.nuxeo.binary.metadata.internals that return CloseableFileModifier and TypeMethodDescriptionprotected CloseableFileExifToolProcessor.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
Methods in org.nuxeo.ecm.core.api that return CloseableFileModifier and TypeMethodDescriptionBlob.getCloseableFile()Gets aCloseableFilebacking this blob, which must be closed when done by the caller.Blob.getCloseableFile(String ext) Gets aCloseableFilebacking this blob, which must be closed when done by the caller. -
Uses of CloseableFile in org.nuxeo.ecm.core.api.impl.blob
Methods in org.nuxeo.ecm.core.api.impl.blob that return CloseableFileModifier and TypeMethodDescriptionAbstractBlob.getCloseableFile()AbstractBlob.getCloseableFile(String ext) BlobWrapper.getCloseableFile()BlobWrapper.getCloseableFile(String ext)