public class ZipByteArray extends AbstractFilter<byte[]>
| Modifier and Type | Class and Description |
|---|---|
static class |
ZipByteArray.ZipMode |
outputPortinputPortlogger| Constructor and Description |
|---|
ZipByteArray(ZipByteArray.ZipMode mode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
execute(byte[] elementInBytes)
Contains the logic of this stage and is invoked (possibly multiple times) by the framework.
|
getOutputPortcreateInputPort, execute, getInputPortabort, addInputPortRemovedListener, addOutputPortRemovedListener, compareAndSetBeingExecuted, createInputPort, createInputPort, createInputPort, createOutputPort, createOutputPort, createOutputPort, createOutputPort, declareActive, declarePassive, executeByFramework, getCurrentState, getId, getInputPorts, getOutputPorts, getOwningThread, getTerminationStrategy, isActive, isBeingExecuted, isPaused, isProducer, isStateless, onSignal, onStarting, onTerminating, onValidating, removeDynamicPort, removeDynamicPort, setPaused, setStateless, shouldBeTerminated, signalAlreadyReceived, terminateStage, toString, workCompletedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetInputPortpublic ZipByteArray(ZipByteArray.ZipMode mode)
protected void execute(byte[] elementInBytes)
AbstractConsumerStageexecute in class AbstractConsumerStage<byte[]>elementInBytes - the next non-null element from the (only) input port of this stageCopyright © 2015–2020. All rights reserved.