|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttapeutils.zx81.DebugLevels
This class analyzes a sampled sound to extract data.
It provides a ZX81-specific implementation.
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 |
public java.io.PrintWriter mWriter
public boolean mDebugWave
public boolean mDebugBit
public boolean mDebugByte
public int mStart
public int mEnd
Constructor Detail |
public DebugLevels(Preferences prefs) throws java.io.IOException
prefs
- The preferences object.
java.io.IOException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |