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 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
Methods in org.nuxeo.ecm.core.api that return CloseableFile Modifier and Type Method Description CloseableFile
Blob. getCloseableFile()
Gets aCloseableFile
backing this blob, which must be closed when done by the caller.CloseableFile
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
Methods in org.nuxeo.ecm.core.api.impl.blob that return CloseableFile Modifier and Type Method Description CloseableFile
AbstractBlob. getCloseableFile()
CloseableFile
AbstractBlob. getCloseableFile(String ext)
CloseableFile
BlobWrapper. getCloseableFile()
CloseableFile
BlobWrapper. getCloseableFile(String ext)
-