Code Examples
A repository of 155 code examples for BeepBeep
util.UnpackPush Class Reference

See the effect of using the Unpack processor in push mode. More...

Static Public Member Functions

static void main (String[] args)
 

Detailed Description

See the effect of using the Unpack processor in push mode.

Graphically, this chain of processors can be represented as:

Processor graph

The output of this program is:

Before first push
1,2,3,4,
Before second push
5,6,7,
After second push
Author
Sylvain Hallé Easy

Definition at line 47 of file UnpackPush.java.


The documentation for this class was generated from the following file: