sound.processors
Class ByteProcessorStack

java.lang.Object
  extended by sound.processors.ByteProcessorStack
All Implemented Interfaces:
java.io.Serializable, ByteProcessor

public class ByteProcessorStack
extends java.lang.Object
implements ByteProcessor

Douglas Lyon, DocJava, Inc. User: dlyon Date: Nov 13, 2007 Time: 4:29:35 PM

See Also:
Serialized Form

Constructor Summary
ByteProcessorStack()
           
 
Method Summary
 void add(ByteProcessor bp)
           
 void process(byte[] b)
           
 void process(short[] b)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteProcessorStack

public ByteProcessorStack()
Method Detail

process

public void process(byte[] b)
Specified by:
process in interface ByteProcessor

process

public void process(short[] b)

add

public void add(ByteProcessor bp)