Uses of Class
org.nuxeo.ecm.core.blob.binary.Binary
Packages that use Binary
-
Uses of Binary in org.nuxeo.ecm.core.blob.binary
Subclasses of Binary in org.nuxeo.ecm.core.blob.binaryFields in org.nuxeo.ecm.core.blob.binary declared as BinaryMethods in org.nuxeo.ecm.core.blob.binary that return BinaryModifier and TypeMethodDescriptionprotected abstract BinaryAbstractBinaryManager.getBinary(InputStream in) Deprecated.Creates a binary value from the given input stream.abstract BinaryDeprecated.Deprecated.protected BinaryAESBinaryManager.getBinary(InputStream in) Deprecated.Deprecated.BinaryBlob.getBinary()Deprecated.Gets theBinaryattached to this blob.Deprecated.Returns aBinarycorresponding to the given digest.Deprecated.Saves the given blob into aBinary.protected BinaryCachingBinaryManager.getBinary(InputStream in) Deprecated.Deprecated.Deprecated.protected BinaryLocalBinaryManager.getBinary(InputStream in) Deprecated.Deprecated.Constructors in org.nuxeo.ecm.core.blob.binary with parameters of type BinaryModifierConstructorDescriptionBinaryBlob(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
Subclasses of Binary in org.nuxeo.ecm.core.storage.mongodbModifier and TypeClassDescriptionprotected static classDeprecated.A binary backed by GridFS.Methods in org.nuxeo.ecm.core.storage.mongodb that return Binary