net.sf.tourviewer.lib.ciclo
Class AbstractBlock

java.lang.Object
  extended by net.sf.tourviewer.lib.ciclo.AbstractBlock
All Implemented Interfaces:
Block
Direct Known Subclasses:
AABlock, BBBlock, CCBlock, CM414MInfo1Block, CM414MInfo2Block, CM414MInfo3Block, DDBlock, HAC4Info1Block, HAC4Info2Block, HAC4Info3Block, UnknownBlock

public abstract class AbstractBlock
extends Object
implements Block


Constructor Summary
AbstractBlock(int[] data)
           
 
Method Summary
 int[] getData()
          Returns the data values.
 String getDataString()
           
 int getDec(int offset)
           
 int getDecH(int offset)
           
 int getDecL(int offset)
           
 int getHex(int offset)
           
 int getHexH(int offset)
           
 int getHexL(int offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBlock

public AbstractBlock(int[] data)
Method Detail

getData

public int[] getData()
Description copied from interface: Block
Returns the data values.

Specified by:
getData in interface Block
Returns:
an array of 8 int values

getDataString

public String getDataString()

getHex

public int getHex(int offset)

getHexL

public int getHexL(int offset)

getHexH

public int getHexH(int offset)

getDec

public int getDec(int offset)

getDecH

public int getDecH(int offset)

getDecL

public int getDecL(int offset)


Copyright © 2005 Steffen Pingel. All Rights Reserved.