tapeutils.zx81
Class PFileUtils

java.lang.Object
  extended bytapeutils.zx81.PFileUtils

public class PFileUtils
extends java.lang.Object

This class provides utilities that act on the contents of a .P file.

It is possible to list the contents, play as a tape signal, or save the tape signal to a sampled sound file.

Author:
hldswrth

Constructor Summary
PFileUtils()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main routine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PFileUtils

public PFileUtils()
Method Detail

main

public static void main(java.lang.String[] args)
Main routine.

Arguments:

  {-pFile       |-p}  fileName    The name of the .P file.
 [{-sysVars     |-s}]             Output system variables.
 [{-vars        |-v}]             Output program variables.
 [{-display     |-d}]             Output display file.
 [{-numberValues|-n}]             Dump number values in BASIC listing.   
 [ -play          ]               Play the file rather than listing it.
 [{-sampleFile  |-f}] fileName    The name of the file to write the sample to.
 [{-zx81Name    |-z}] name        The name of the ZX81 file (not needed for list).
 [{-square      |-q}]             Indicates that a square wave should be output.
 

Parameters:
args - The arguments.