net.sf.tourviewer.lib.ciclo
Class AbstractBlock
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractBlock
public AbstractBlock(int[] data)
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.