You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Constructs an instance of this class which will trigger an event at the specified threshold.
90
-
* A negative threshold has no meaning and will be treated as 0
89
+
* Constructs an instance of this class which will trigger an event at the specified threshold. A negative threshold has no meaning and will be treated as
90
+
* 0.
91
91
*
92
-
* @param threshold The number of bytes at which to trigger an event.
93
-
* @param thresholdConsumer Accepts reaching the threshold.
92
+
* @param threshold The number of bytes at which to trigger an event, a negative threshold is mapped to zero.
93
+
* @param thresholdConsumer Accepts reaching the threshold.
94
94
* @param outputStreamGetter Gets the output stream.
0 commit comments