DixShtix

com.dixshtix.niff
Class DumpOne

java.lang.Object
  |
  +--com.dixshtix.niff.DumpOne

public class DumpOne
extends java.lang.Object

Display the contents of a niff file.

SYNOPSIS

DumpOne <file.nif>

DESCRIPTION

The program is still under construction. Right now it is just barely useful for viewing a niff file. It will eventually print the niff file in a format that is compatible with a future niff compiler. Based on code placed in the Public Domain 1995,1996 by Timothy Butler.


Field Summary
static java.lang.String rcsid
           
 
Constructor Summary
DumpOne()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

rcsid

public static final java.lang.String rcsid
Constructor Detail

DumpOne

public DumpOne()

DixShtix