![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
See the effect of chaining a Pack processor to an Unpack processor. More...
Static Public Member Functions | |
static void | main (String[] args) |
See the effect of chaining a Pack processor to an Unpack processor.
Graphically, this chain of processors can be represented as:
The output of this program is:
3 1 4 1 5 9 …
Definition at line 46 of file PackUnpack.java.