org.egothor.text
Class WeightReader

java.lang.Object
  extended by org.egothor.text.WeightReader

public class WeightReader
extends java.lang.Object

Author:
galambos

Constructor Summary
WeightReader()
          Creates a new instance of WeightReader
 
Method Summary
 void add(int offset, int weight)
           
 int getWeight(int offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeightReader

public WeightReader()
Creates a new instance of WeightReader

Method Detail

add

public void add(int offset,
                int weight)

getWeight

public int getWeight(int offset)