sound.processors
Class BinaryByteProcessor
java.lang.Object
sound.processors.BinaryByteProcessor
- All Implemented Interfaces:
- java.io.Serializable, ByteProcessor
public class BinaryByteProcessor
- extends java.lang.Object
- implements ByteProcessor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinaryByteProcessor
public BinaryByteProcessor()
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)