jAER project on SourceForge

net.sf.jaer.util
Class HexFileParser.Record

java.lang.Object
  extended by net.sf.jaer.util.HexFileParser.Record
Enclosing class:
HexFileParser

public class HexFileParser.Record
extends java.lang.Object


Field Summary
 int address
           
 int checksum
           
 byte[] data
           
 
Constructor Summary
HexFileParser.Record()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address

public int address

data

public byte[] data

checksum

public int checksum
Constructor Detail

HexFileParser.Record

public HexFileParser.Record()

jAER project on SourceForge