Uses of Class
org.nuxeo.ecm.core.blob.binary.Binary
-
Uses of Binary in org.nuxeo.ecm.core.blob.binary
Modifier and TypeMethodDescriptionprotected abstract Binary
AbstractBinaryManager.getBinary
(InputStream in) Deprecated.Creates a binary value from the given input stream.abstract Binary
Deprecated.Deprecated.protected Binary
AESBinaryManager.getBinary
(InputStream in) Deprecated.Deprecated.BinaryBlob.getBinary()
Deprecated.Gets theBinary
attached to this blob.Deprecated.Returns aBinary
corresponding to the given digest.Deprecated.Saves the given blob into aBinary
.protected Binary
CachingBinaryManager.getBinary
(InputStream in) Deprecated.Deprecated.Deprecated.protected Binary
LocalBinaryManager.getBinary
(InputStream in) Deprecated.Deprecated.ModifierConstructorDescriptionBinaryBlob
(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) Deprecated. -
Uses of Binary in org.nuxeo.ecm.core.storage.mongodb
Modifier and TypeClassDescriptionprotected static class
Deprecated.A binary backed by GridFS.