Package org.nuxeo.ecm.core.blob.binary
Class LazyBinary
java.lang.Object
org.nuxeo.ecm.core.blob.binary.Binary
org.nuxeo.ecm.core.blob.binary.LazyBinary
- All Implemented Interfaces:
Serializable
Deprecated.
since 2023.9
Lazy Binary that fetches its remote stream on first access.
- See Also:
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.blob.binary.Binary
blobProviderId, digest, file
-
Constructor Summary
ConstructorDescriptionLazyBinary
(String digest, String repoName, CachingBinaryManager cbm) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected CachingBinaryManager
Deprecated.getFile()
Deprecated.Deprecated.Gets an input stream for the binary.Methods inherited from class org.nuxeo.ecm.core.blob.binary.Binary
getBlobProviderId, getDigest, getDigestAlgorithm, recomputeFile, toString
-
Field Details
-
cbm
Deprecated.
-
-
Constructor Details
-
LazyBinary
Deprecated.
-
-
Method Details