Searched defs:ThresholdingOutputStream (Results 1 – 1 of 1) sorted by relevance
38 public class ThresholdingOutputStream extends OutputStream { class75 public ThresholdingOutputStream(final int threshold) { in ThresholdingOutputStream() method in ThresholdingOutputStream87 …public ThresholdingOutputStream(final int threshold, final IOConsumer<ThresholdingOutputStream> th… in ThresholdingOutputStream() method in ThresholdingOutputStream88 final IOFunction<ThresholdingOutputStream, OutputStream> outputStreamGetter) { in ThresholdingOutputStream()