org.niffty
Class ChunkLengthTable

java.lang.Object
  |
  +--org.niffty.ChunkLengthTable

public class ChunkLengthTable
extends java.lang.Object

ChunkLengthTable


Constructor Summary
ChunkLengthTable()
          Create a new empty ChunkLengthTable
 
Method Summary
 void print(java.lang.String indent, java.io.PrintStream output)
          This prints the chunk length table including all table entries.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChunkLengthTable

public ChunkLengthTable()
Create a new empty ChunkLengthTable

Method Detail

print

public void print(java.lang.String indent,
                  java.io.PrintStream output)
This prints the chunk length table including all table entries.

Parameters:
indent - A string such as " " to print at the beginning of the line
output - the PrintStream to print to, such as System.out