net.sf.tourviewer.lib.ciclo
Interface Block

All Known Implementing Classes:
AABlock, AbstractBlock, BBBlock, CCBlock, CM414MInfo1Block, CM414MInfo2Block, CM414MInfo3Block, DDBlock, HAC4Info1Block, HAC4Info2Block, HAC4Info3Block, UnknownBlock

public interface Block

Stores a block. Ciclo raw files consist of blocks of 40 bytes each. A block stores stores 8 32-bit values. Each value is encoded as a 4-byte binary coded (hex)decimal (BCD) value and suplemented by a stop byte.

Author:
Steffen Pingel

Method Summary
 int[] getData()
          Returns the data values.
 

Method Detail

getData

int[] getData()
Returns the data values.

Returns:
an array of 8 int values


Copyright © 2005 Steffen Pingel. All Rights Reserved.