Class RepeatedlyFailingOutputStream

    • Field Detail

      • DEFAULT_FAILURE_FREQUENCY

        public static final long DEFAULT_FAILURE_FREQUENCY
        See Also:
        Constant Field Values
    • Constructor Detail

      • RepeatedlyFailingOutputStream

        public RepeatedlyFailingOutputStream​(OutputStream underlyingOutputStream)
      • RepeatedlyFailingOutputStream

        public RepeatedlyFailingOutputStream​(OutputStream underlyingOutputStream,
                                             long failureFrequency)