com.googlecode.mp4parser.h264
Class BTree

java.lang.Object
  extended by com.googlecode.mp4parser.h264.BTree

public class BTree
extends Object

Simple BTree implementation needed for haffman tables

Author:
Stanislav Vitvitskiy

Constructor Summary
BTree()
           
 
Method Summary
 void addString(String path, Object value)
          Adds a leaf value to a binary path specified by path
 BTree down(int b)
           
 Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BTree

public BTree()
Method Detail

addString

public void addString(String path,
                      Object value)
Adds a leaf value to a binary path specified by path

Parameters:
str -
value -

down

public BTree down(int b)

getValue

public Object getValue()


Copyright © 2012. All Rights Reserved.