public abstract class IntArrayBufferSink extends Object implements IntBufferSink
Modifier and Type | Class and Description |
---|---|
static interface |
IntArrayBufferSink.Collector |
IntBufferSink.OverflowPolicy
Constructor and Description |
---|
IntArrayBufferSink(IntSignalSource in,
int capacity,
IntBufferSink.OverflowPolicy policy,
IntArrayBufferSink.Collector collector) |
Modifier and Type | Method and Description |
---|---|
Process |
getAppendProcess() |
Optional<Integer> |
getCapacity() |
Process |
getCollectProcess() |
IntBufferSink.OverflowPolicy |
getOverflowPolicy() |
public IntArrayBufferSink(IntSignalSource in, int capacity, IntBufferSink.OverflowPolicy policy, IntArrayBufferSink.Collector collector)
public Optional<Integer> getCapacity()
getCapacity
in interface IntBufferSink
public IntBufferSink.OverflowPolicy getOverflowPolicy()
getOverflowPolicy
in interface IntBufferSink
public Process getAppendProcess()
getAppendProcess
in interface IntBufferSink
public Process getCollectProcess()
getCollectProcess
in interface IntBufferSink