Uses of Class
org.nuxeo.ecm.core.blob.binary.Binary
-
Packages that use Binary Package Description org.nuxeo.ecm.core.blob.binary org.nuxeo.ecm.core.storage.mongodb -
-
Uses of Binary in org.nuxeo.ecm.core.blob.binary
Subclasses of Binary in org.nuxeo.ecm.core.blob.binary Modifier and Type Class Description classLazyBinaryLazy Binary that fetches its remote stream on first access.Fields in org.nuxeo.ecm.core.blob.binary declared as Binary Modifier and Type Field Description protected BinaryBinaryBlob. binaryMethods in org.nuxeo.ecm.core.blob.binary that return Binary Modifier and Type Method Description protected abstract BinaryAbstractBinaryManager. getBinary(InputStream in)Creates a binary value from the given input stream.abstract BinaryAbstractBinaryManager. getBinary(String digest)BinaryAbstractBinaryManager. getBinary(Blob blob)protected BinaryAESBinaryManager. getBinary(InputStream in)BinaryAESBinaryManager. getBinary(String digest)BinaryBinaryBlob. getBinary()Gets theBinaryattached to this blob.BinaryBinaryManager. getBinary(String digest)Returns aBinarycorresponding to the given digest.BinaryBinaryManager. getBinary(Blob blob)Saves the given blob into aBinary.protected BinaryCachingBinaryManager. getBinary(InputStream in)BinaryCachingBinaryManager. getBinary(String digest)BinaryDefaultBinaryManager. getBinary(Blob blob)protected BinaryLocalBinaryManager. getBinary(InputStream in)BinaryLocalBinaryManager. getBinary(String digest)Constructors in org.nuxeo.ecm.core.blob.binary with parameters of type Binary Constructor Description BinaryBlob(Binary binary, String key, String filename, String mimeType, String encoding, String digest, long length)Deprecated.since 11.5, use signature with digestAlgorithm insteadBinaryBlob(Binary binary, String key, String filename, String mimeType, String encoding, String digestAlgorithm, String digest, long length) -
Uses of Binary in org.nuxeo.ecm.core.storage.mongodb
Subclasses of Binary in org.nuxeo.ecm.core.storage.mongodb Modifier and Type Class Description protected static classGridFSBinaryManager.GridFSBinaryA binary backed by GridFS.Methods in org.nuxeo.ecm.core.storage.mongodb that return Binary Modifier and Type Method Description protected BinaryGridFSBinaryManager. getBinary(InputStream in)BinaryGridFSBinaryManager. getBinary(String digest)BinaryGridFSBinaryManager. getBinary(Blob blob)
-