util
Class MaxBits

java.lang.Object
  extended by util.MaxBits

public class MaxBits
extends java.lang.Object

Holds the maximum bits that frames data can be represented

Author:
shankar

Field Summary
 int maxBits
          Maximum number of bits that frames data can be represented
 
Constructor Summary
MaxBits()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxBits

public int maxBits
Maximum number of bits that frames data can be represented

Constructor Detail

MaxBits

public MaxBits()