Uses of Interface
org.nuxeo.ecm.core.blob.KeyStrategy.WriteObserver
Packages that use KeyStrategy.WriteObserver
-
Uses of KeyStrategy.WriteObserver in org.nuxeo.ecm.core.blob
Classes in org.nuxeo.ecm.core.blob that implement KeyStrategy.WriteObserverModifier and TypeClassDescriptionstatic classWrite observer computing a digest.Fields in org.nuxeo.ecm.core.blob declared as KeyStrategy.WriteObserverMethods in org.nuxeo.ecm.core.blob with parameters of type KeyStrategy.WriteObserverModifier and TypeMethodDescriptionvoidAbstractBlobStore.transfer(InputStream in, OutputStream out, KeyStrategy.WriteObserver writeObserver) Copies bytes from an input stream to an output stream, notifying an observer while doing this.Constructors in org.nuxeo.ecm.core.blob with parameters of type KeyStrategy.WriteObserverModifierConstructorDescriptionBlobWriteContext(BlobContext blobContext, KeyStrategy.WriteObserver writeObserver, Supplier<String> keyComputer, KeyStrategy keyStrategy)