Uses of Interface
tapeutils.ByteProcessor

Packages that use ByteProcessor
tapeutils.impl   
tapeutils.impl.zx81   
 

Uses of ByteProcessor in tapeutils.impl
 

Classes in tapeutils.impl that implement ByteProcessor
 class SimpleByteProcessor
          This class provides a simple byte processor that just stores bytes.
 

Constructors in tapeutils.impl with parameters of type ByteProcessor
SimpleBitProcessor(SampleAnalyzer analyzer, ByteProcessor processor)
          Construct the bit processor.
 

Uses of ByteProcessor in tapeutils.impl.zx81
 

Classes in tapeutils.impl.zx81 that implement ByteProcessor
 class ZX81BASICByteProcessor
          This class provides a processor of extracted bytes that is specific to a ZX81 BASIC program.