DixShtix

com.dixshtix.niff
Class DumpTwo

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

public class DumpTwo
extends java.lang.Object

Based on code in the Public Domain 1995,1996 by Timothy Butler.

Additions placed in the Public Domain 1998 by Terence Kelly.

Many more chunks and tags are now decoded than were available in the original. Anyone wishing to add additional chunks or tags simply needs to write a callback function for that chunk/tag and register it in the InitParser function. My additions only print numerical values rather than the enumerated names. Anyone wishing to add to or alter the current callback functions to include them can follow the examples Tim wrote in the NAMES.C library file.

Original C Source.


Constructor Summary
DumpTwo()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

DumpTwo

public DumpTwo()

DixShtix