Uses of Interface
org.nuxeo.ecm.core.blob.KeyStrategy.WriteObserver
-
Packages that use KeyStrategy.WriteObserver Package Description org.nuxeo.ecm.core.blob -
-
Uses of KeyStrategy.WriteObserver in org.nuxeo.ecm.core.blob
Classes in org.nuxeo.ecm.core.blob that implement KeyStrategy.WriteObserver Modifier and Type Class Description static class
KeyStrategyDigest.WriteObserverDigest
Write observer computing a digest.Fields in org.nuxeo.ecm.core.blob declared as KeyStrategy.WriteObserver Modifier and Type Field Description KeyStrategy.WriteObserver
BlobWriteContext. writeObserver
Methods in org.nuxeo.ecm.core.blob with parameters of type KeyStrategy.WriteObserver Modifier and Type Method Description void
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.Constructors in org.nuxeo.ecm.core.blob with parameters of type KeyStrategy.WriteObserver Constructor Description BlobWriteContext(BlobContext blobContext, KeyStrategy.WriteObserver writeObserver, Supplier<String> keyComputer, KeyStrategy keyStrategy)
-