pops.ale.codec
Class aPartitionTable

java.lang.Object
  extended by pops.ale.codec.aPartitionTable
All Implemented Interfaces:
PartitionTable

 class aPartitionTable
extends java.lang.Object
implements PartitionTable

Implementation of a PartitionTable.

Author:
rdagher

Constructor Summary
protected aPartitionTable()
          Forbidden Constructor
  aPartitionTable(Infos[][] table)
          Constructor
 
Method Summary
 byte getBits(byte partitionNumber, byte entryId)
           
 byte getDigits(byte partitionNumber, byte entryId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

aPartitionTable

protected aPartitionTable()
Forbidden Constructor


aPartitionTable

public aPartitionTable(Infos[][] table)
Constructor

Parameters:
table -
Method Detail

getBits

public byte getBits(byte partitionNumber,
                    byte entryId)
Specified by:
getBits in interface PartitionTable

getDigits

public byte getDigits(byte partitionNumber,
                      byte entryId)
Specified by:
getDigits in interface PartitionTable