biniu.vorbis
Class AllocChain

java.lang.Object
  extended by biniu.vorbis.AllocChain

public class AllocChain
extends java.lang.Object


Field Summary
 AllocChain next
           
 java.lang.Object ptr
           
 
Constructor Summary
AllocChain()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ptr

public java.lang.Object ptr

next

public AllocChain next
Constructor Detail

AllocChain

public AllocChain()