sound.processors
Class SilenceProcessor

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

public class SilenceProcessor
extends java.lang.Object
implements ByteProcessor

Douglas Lyon, DocJava, Inc. User: dlyon Date: Nov 28, 2007 Time: 1:26:14 PM

See Also:
Serialized Form

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

Constructor Detail

SilenceProcessor

public SilenceProcessor()
Method Detail

process

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