![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
See the effect of using the Unpack processor in push mode. More...
Static Public Member Functions | |
static void | main (String[] args) |
See the effect of using the Unpack processor in push mode.
Graphically, this chain of processors can be represented as:
The output of this program is:
Before first push 1,2,3,4, Before second push 5,6,7, After second push
Definition at line 47 of file UnpackPush.java.