pops.ale.codec
Interface PartitionTable

All Known Implementing Classes:
aPartitionTable

public interface PartitionTable

A partition table provides the bits and digits for a partition Number and entry.

Author:
rdagher

Method Summary
 byte getBits(byte partitionNumber, byte entryId)
           
 byte getDigits(byte partitionNumber, byte entryId)
           
 

Method Detail

getBits

byte getBits(byte partitionNumber,
             byte entryId)

getDigits

byte getDigits(byte partitionNumber,
               byte entryId)