Uses of Class
org.nuxeo.ecm.core.api.CloseableFile
-
Packages that use CloseableFile Package Description org.nuxeo.binary.metadata.internals org.nuxeo.ecm.core.api org.nuxeo.ecm.core.api.impl.blob BLOB implementations. -
-
Uses of CloseableFile in org.nuxeo.binary.metadata.internals
Methods in org.nuxeo.binary.metadata.internals that return CloseableFile Modifier and Type Method Description protected 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 CloseableFile Modifier and Type Method Description CloseableFileBlob. getCloseableFile()Gets aCloseableFilebacking this blob, which must be closed when done by the caller.CloseableFileBlob. 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 CloseableFile Modifier and Type Method Description CloseableFileAbstractBlob. getCloseableFile()CloseableFileAbstractBlob. getCloseableFile(String ext)CloseableFileBlobWrapper. getCloseableFile()CloseableFileBlobWrapper. getCloseableFile(String ext)
-