tapeutils.zx81
Class DebugLevels

java.lang.Object
  extended bytapeutils.zx81.DebugLevels

public class DebugLevels
extends java.lang.Object

This class analyzes a sampled sound to extract data.

It provides a ZX81-specific implementation.

Author:
hldswrth

Field Summary
 boolean mDebugBit
          The bit debugging flag.
 boolean mDebugByte
          The byte debugging flag.
 boolean mDebugWave
          The wave debugging flag.
 int mEnd
          The debug end index.
 int mStart
          The debug start index.
 java.io.PrintWriter mWriter
          The debug print writer.
 
Constructor Summary
DebugLevels(Preferences prefs)
          Constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mWriter

public java.io.PrintWriter mWriter
The debug print writer.


mDebugWave

public boolean mDebugWave
The wave debugging flag.


mDebugBit

public boolean mDebugBit
The bit debugging flag.


mDebugByte

public boolean mDebugByte
The byte debugging flag.


mStart

public int mStart
The debug start index.


mEnd

public int mEnd
The debug end index.

Constructor Detail

DebugLevels

public DebugLevels(Preferences prefs)
            throws java.io.IOException
Constructor.

Parameters:
prefs - The preferences object.
Throws:
java.io.IOException