de.jarnbjo.theora
Class HuffEntry

java.lang.Object
  extended byde.jarnbjo.theora.HuffEntry

public class HuffEntry
extends java.lang.Object


Field Summary
 HuffEntry next
           
 HuffEntry oneChild
           
 HuffEntry previous
           
 HuffEntry zeroChild
           
 
Constructor Summary
HuffEntry()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

zeroChild

public HuffEntry zeroChild

oneChild

public HuffEntry oneChild

previous

public HuffEntry previous

next

public HuffEntry next
Constructor Detail

HuffEntry

public HuffEntry()