Uses of Interface
tapeutils.BitProcessor

Packages that use BitProcessor
tapeutils.impl   
tapeutils.impl.zx81   
 

Uses of BitProcessor in tapeutils.impl
 

Classes in tapeutils.impl that implement BitProcessor
 class SimpleBitProcessor
          This class provides a processor for bit values.
 

Uses of BitProcessor in tapeutils.impl.zx81
 

Constructors in tapeutils.impl.zx81 with parameters of type BitProcessor
ZX81WaveProcessor(Sample sample, SampleAnalyzer analyzer, int minGap, int maxGap, BitProcessor processor)
          Construct the wave processor, given the sample to be processed, the object controlling analysis, and the bit processor.