Interface KeyStrategy.WriteObserver

All Known Implementing Classes:
KeyStrategyDigest.WriteObserverDigest
Enclosing interface:
KeyStrategy

public static interface KeyStrategy.WriteObserver
Observer of the writes to an OutputStream.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Must be called when writes to the wrapped stream are done, to complete observation.
    Wraps the given stream to observe it.
  • Method Details

    • wrap

      Wraps the given stream to observe it.
    • done

      void done()
      Must be called when writes to the wrapped stream are done, to complete observation.