sound.processors
Class BinaryByteProcessor

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

public class BinaryByteProcessor
extends java.lang.Object
implements ByteProcessor

See Also:
Serialized Form

Constructor Summary
BinaryByteProcessor()
           
 
Method Summary
 ByteProcessor getBp1()
           
 ByteProcessor getBp2()
           
 void process(byte[] b)
           
 void setBp1(ByteProcessor bp1)
           
 void setBp2(ByteProcessor bp2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryByteProcessor

public BinaryByteProcessor()
Method Detail

process

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

getBp1

public ByteProcessor getBp1()

setBp1

public void setBp1(ByteProcessor bp1)

getBp2

public ByteProcessor getBp2()

setBp2

public void setBp2(ByteProcessor bp2)