Uses of Interface
org.nuxeo.ecm.core.blob.KeyStrategy.WriteObserver
-
Uses of KeyStrategy.WriteObserver in org.nuxeo.ecm.core.blob
Modifier and TypeClassDescriptionstatic class
Write observer computing a digest.Modifier and TypeMethodDescriptionvoid
AbstractBlobStore.transfer
(InputStream in, OutputStream out, KeyStrategy.WriteObserver writeObserver) Copies bytes from an input stream to an output stream, notifying an observer while doing this.ModifierConstructorDescriptionBlobWriteContext
(BlobContext blobContext, KeyStrategy.WriteObserver writeObserver, Supplier<String> keyComputer, KeyStrategy keyStrategy)