sound.processors
Class ByteProcessorStack
java.lang.Object
   sound.processors.ByteProcessorStack
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
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ByteProcessorStack
public ByteProcessorStack()
process
public void process(byte[] b)
- 
- Specified by:
- processin interface- ByteProcessor
 
- 
 
process
public void process(short[] b)
- 
 
- 
 
add
public void add(ByteProcessor bp)
- 
 
-